Class CalculateLandmarksInspector
Inspector for a component that defines landmarks
Inherited Members
Namespace: UnityEditor.MARS.Landmarks
Syntax
public class CalculateLandmarksInspector : ComponentInspector
Methods
HasDisplayProperties()
Does the component have properties to display.
Declaration
public override bool HasDisplayProperties()
Returns
Type | Description |
---|---|
Boolean | True if has properties to display |
Overrides
OnInspectorGUI()
This method is called to draw the inspector GUI
Declaration
public override void OnInspectorGUI()