프로퍼티 | 타입 | 설명 | |
---|---|---|---|
addon | INodeSplitterAddon |
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
DrawWindow ( int wid ) : void | ||
DrawWindowImpl ( int wid ) : void | ||
GetName ( ) : string | ||
SplitNode ( ) : void |
protected static DurationToDisplayString ( double duration ) : string | ||
duration | double | |
리턴 | string |
protected INodeSplitter ( INodeSplitterAddon addon ) : System | ||
addon | INodeSplitterAddon | |
리턴 | System |
protected LogNode ( string message, ManeuverNode node ) : void | ||
message | string | |
node | ManeuverNode | |
리턴 | void |
protected RotateDeltaV ( ManeuverNode original, ManeuverNode node, UnityEngine.Vector3d &dv ) : void | ||
original | ManeuverNode | |
node | ManeuverNode | |
dv | UnityEngine.Vector3d | |
리턴 | void |