Class DefaultCoordinateSystemInspector
Tells an Editor class how to display the LocalCoordinateSystem values.
Inherited Members
Namespace: Unity.Geospatial.HighPrecision.Editor
Assembly: solution.dll
Syntax
public class DefaultCoordinateSystemInspector : CoordinateSystemInspector
Properties
Name
Unique name to display allowing to differentiate the related LocalCoordinateSystem from others.
Declaration
public override string Name { get; }
Property Value
Type | Description |
---|---|
String |
Overrides
Methods
OnInspectorGUI(HPNode)
Custom IMGUI based GUI for the inspector for a given HPNode.
Declaration
public override void OnInspectorGUI(HPNode target)
Parameters
Type | Name | Description |
---|---|---|
HPNode | target | Target to draw the inspector for. |