Class SpatialConditionInspector
Inspector for a spatial condition that can be drawn in a component list editor.
Inherited Members
Namespace: UnityEditor.MARS
Syntax
public abstract class SpatialConditionInspector : ConditionBaseInspector
Properties
condition
Condition object for the inspected condition
Declaration
protected Condition condition { get; }
Property Value
Type | Description |
---|---|
Condition |
Methods
OnEnable()
This method is called when the object is created. Called after Init.
Declaration
public override void OnEnable()