C# Class ManeuverNodeSplitter.INodeSplitter

Afficher le fichier Open project: nanathan/ManeuverNodeSplitter Class Usage Examples

Protected Properties

Свойство Type Description
addon INodeSplitterAddon

Méthodes protégées

Méthode Description
DebugLog ( string format ) : void
DurationToDisplayString ( double duration ) : string
INodeSplitter ( INodeSplitterAddon addon ) : System
IsSolverAvailable ( ) : bool
LogNode ( string message, ManeuverNode node ) : void
LogNodeInfo ( ) : void
RotateDeltaV ( ManeuverNode original, ManeuverNode node, UnityEngine.Vector3d &dv ) : void

Private Methods

Méthode Description
DrawWindow ( int wid ) : void
DrawWindowImpl ( int wid ) : void
GetName ( ) : string
SplitNode ( ) : void

Method Details

DebugLog() protected méthode

protected DebugLog ( string format ) : void
format string
Résultat void

DurationToDisplayString() protected static méthode

protected static DurationToDisplayString ( double duration ) : string
duration double
Résultat string

INodeSplitter() protected méthode

protected INodeSplitter ( INodeSplitterAddon addon ) : System
addon INodeSplitterAddon
Résultat System

IsSolverAvailable() protected méthode

protected IsSolverAvailable ( ) : bool
Résultat bool

LogNode() protected méthode

protected LogNode ( string message, ManeuverNode node ) : void
message string
node ManeuverNode
Résultat void

LogNodeInfo() protected méthode

protected LogNodeInfo ( ) : void
Résultat void

RotateDeltaV() protected méthode

protected RotateDeltaV ( ManeuverNode original, ManeuverNode node, UnityEngine.Vector3d &dv ) : void
original ManeuverNode
node ManeuverNode
dv UnityEngine.Vector3d
Résultat void

Property Details

addon protected_oe property

protected INodeSplitterAddon addon
Résultat INodeSplitterAddon