C# Class ManeuverNodeSplitter.NodeSplitterAddon

Inheritance: UnityEngine.MonoBehaviour, INodeSplitterAddon
Afficher le fichier Open project: nanathan/ManeuverNodeSplitter

Protected Properties

Свойство Type Description
oldManeuvers List

Méthodes publiques

Méthode Description
Awake ( ) : void
DrawFooter ( ) : void
DrawHeader ( ) : void
OnDestroy ( ) : void
ResetWindow ( ) : void
SaveManeuvers ( ) : List
Start ( ) : void

Méthodes protégées

Méthode Description
IsSolverAvailable ( ) : bool

Private Methods

Méthode Description
NextSplitter ( ) : void
OnFirstGUI ( ) : void
OnGUI ( ) : void
PreviousSplitter ( ) : void
ToggleVisibility ( ) : void
UndoSplit ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

DrawFooter() public méthode

public DrawFooter ( ) : void
Résultat void

DrawHeader() public méthode

public DrawHeader ( ) : void
Résultat void

IsSolverAvailable() protected méthode

protected IsSolverAvailable ( ) : bool
Résultat bool

OnDestroy() public méthode

public OnDestroy ( ) : void
Résultat void

ResetWindow() public méthode

public ResetWindow ( ) : void
Résultat void

SaveManeuvers() public méthode

public SaveManeuvers ( ) : List
Résultat List

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

oldManeuvers protected_oe property

protected List oldManeuvers
Résultat List