Class NesterStateEditor
Inheritance
NesterStateEditor
Assembly: Unity.VisualScripting.State.Editor.dll
Syntax
[Editor(typeof(INesterState))]
public class NesterStateEditor : StateEditor, IDisposable
Constructors
Declaration
public NesterStateEditor(Metadata metadata)
Parameters
Properties
Declaration
protected override GraphReference headerReference { get; }
Property Value
Overrides
Unity.VisualScripting.GraphElementEditor<Unity.VisualScripting.StateGraphContext>.headerReference
Declaration
protected override Metadata headerSummaryMetadata { get; }
Property Value
Overrides
Unity.VisualScripting.GraphElementEditor<Unity.VisualScripting.StateGraphContext>.headerSummaryMetadata
Declaration
protected override Metadata headerTitleMetadata { get; }
Property Value
Overrides
Unity.VisualScripting.GraphElementEditor<Unity.VisualScripting.StateGraphContext>.headerTitleMetadata
Methods
GetInspectorHeight(float)
Declaration
protected override float GetInspectorHeight(float width)
Parameters
Type |
Name |
Description |
float |
width |
|
Returns
Overrides
OnInspectorGUI(Rect)
Declaration
protected override void OnInspectorGUI(Rect position)
Parameters
Type |
Name |
Description |
Rect |
position |
|
Overrides
Unity.VisualScripting.GraphElementEditor<Unity.VisualScripting.StateGraphContext>.OnInspectorGUI(UnityEngine.Rect)
Implements
Extension Methods