C# Class ManeuverNodeSplitter.NodeSplitterAddon

Inheritance: UnityEngine.MonoBehaviour, INodeSplitterAddon
Show file Open project: nanathan/ManeuverNodeSplitter

Protected Properties

Property Type Description
oldManeuvers List

Public Methods

Method Description
Awake ( ) : void
DrawFooter ( ) : void
DrawHeader ( ) : void
OnDestroy ( ) : void
ResetWindow ( ) : void
SaveManeuvers ( ) : List
Start ( ) : void

Protected Methods

Method Description
IsSolverAvailable ( ) : bool

Private Methods

Method Description
NextSplitter ( ) : void
OnFirstGUI ( ) : void
OnGUI ( ) : void
PreviousSplitter ( ) : void
ToggleVisibility ( ) : void
UndoSplit ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

DrawFooter() public method

public DrawFooter ( ) : void
return void

DrawHeader() public method

public DrawHeader ( ) : void
return void

IsSolverAvailable() protected method

protected IsSolverAvailable ( ) : bool
return bool

OnDestroy() public method

public OnDestroy ( ) : void
return void

ResetWindow() public method

public ResetWindow ( ) : void
return void

SaveManeuvers() public method

public SaveManeuvers ( ) : List
return List

Start() public method

public Start ( ) : void
return void

Property Details

oldManeuvers protected property

protected List oldManeuvers
return List