Method | Description | |
---|---|---|
GetActionType ( ) : string | ||
GetDelayTime ( ) : float | ||
GetEndPosn ( ) : Vector3 | ||
GetLightMovePath ( ) : Vector3[] | ||
GetMovePath ( ) : Vector3[] | ||
GetMoveTime ( ) : float | ||
GetObjectName ( ) : string | ||
PlayableMoveAction ( PlayableLine line, float moveTime, float delayTime, Vector3 posns, Vector3 lightposns ) : System | ||
PlayableMoveAction ( string obj, string tag, Vector3 posn, DateTime startTime, float moveTime, float delayTime, Vector3 posns, Vector3 lightposns ) : System | ||
ToString ( ) : string |
public PlayableMoveAction ( PlayableLine line, float moveTime, float delayTime, Vector3 posns, Vector3 lightposns ) : System | ||
line | PlayableLine | |
moveTime | float | |
delayTime | float | |
posns | Vector3 | |
lightposns | Vector3 | |
return | System |
public PlayableMoveAction ( string obj, string tag, Vector3 posn, DateTime startTime, float moveTime, float delayTime, Vector3 posns, Vector3 lightposns ) : System | ||
obj | string | |
tag | string | |
posn | Vector3 | |
startTime | DateTime | |
moveTime | float | |
delayTime | float | |
posns | Vector3 | |
lightposns | Vector3 | |
return | System |