C# Class RecordAndPlayback.PlayableMoveAction, storyspace

Inheritance: PlayableLine
Mostra file Open project: personal-robots/storyspace

Public Methods

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

Method Details

GetActionType() public method

public GetActionType ( ) : string
return string

GetDelayTime() public method

public GetDelayTime ( ) : float
return float

GetEndPosn() public method

public GetEndPosn ( ) : Vector3
return Vector3

GetLightMovePath() public method

public GetLightMovePath ( ) : Vector3[]
return Vector3[]

GetMovePath() public method

public GetMovePath ( ) : Vector3[]
return Vector3[]

GetMoveTime() public method

public GetMoveTime ( ) : float
return float

GetObjectName() public method

public GetObjectName ( ) : string
return string

PlayableMoveAction() public method

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

PlayableMoveAction() public method

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

ToString() public method

public ToString ( ) : string
return string