Class CalculateLandmarksInspector
Inspector for a component that defines landmarks
Inherited Members
Namespace: UnityEditor.MARS.Landmarks
Assembly: Unity.MARS.Editor.dll
Syntax
[ComponentEditor(typeof(ICalculateLandmarks), true)]
[MovedFrom("Unity.MARS")]
public class CalculateLandmarksInspector : ComponentInspector
Methods
HasDisplayProperties()
Does the component have properties to display.
Declaration
public override bool HasDisplayProperties()
Returns
Type | Description |
---|---|
bool | True if has properties to display |
Overrides
OnInspectorGUI()
This method is called to draw the inspector GUI
Declaration
public override void OnInspectorGUI()