Class TestSequenceEditor
Inherited Members
UnityEditor.Editor.MoveNextTarget()
Namespace: Global Namespace
Syntax
[CustomEditor(typeof(TestSequence))]
public class TestSequenceEditor : Editor, IPreviewable, IToolModeOwner
Fields
AutoMode
Declaration
public bool AutoMode
Field Value
Type | Description |
---|---|
Boolean |
Loop
Declaration
public bool Loop
Field Value
Type | Description |
---|---|
Boolean |
LoopCycles
Declaration
public int LoopCycles
Field Value
Type | Description |
---|---|
Int32 |
Methods
OnInspectorGUI()
Declaration
public override void OnInspectorGUI()