Class HPNodeInspector
Base class with methods allowing to display the coordinate fields in the Unity Inspector.
Inheritance
HPNodeInspector
Inherited Members
UnityEditor.Editor.Cleanup()
UnityEditor.Editor.MoveNextTarget()
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Namespace: Unity.Geospatial.HighPrecision.Editor
Assembly: solution.dll
Syntax
public abstract class HPNodeInspector : Editor, IPreviewable, IToolModeOwner
Methods
OnEnable()
This function is called when the object is loaded.
Declaration
public virtual void OnEnable()
OnInspectorGUI()
Custom IMGUI based GUI for the inspector.
Declaration
public override void OnInspectorGUI()