C# Class RecordAndPlayback.PlayableMoveAction, storyspace

Inheritance: PlayableLine
Afficher le fichier Open project: personal-robots/storyspace

Méthodes publiques

Méthode 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 méthode

public GetActionType ( ) : string
Résultat string

GetDelayTime() public méthode

public GetDelayTime ( ) : float
Résultat float

GetEndPosn() public méthode

public GetEndPosn ( ) : Vector3
Résultat Vector3

GetLightMovePath() public méthode

public GetLightMovePath ( ) : Vector3[]
Résultat Vector3[]

GetMovePath() public méthode

public GetMovePath ( ) : Vector3[]
Résultat Vector3[]

GetMoveTime() public méthode

public GetMoveTime ( ) : float
Résultat float

GetObjectName() public méthode

public GetObjectName ( ) : string
Résultat string

PlayableMoveAction() public méthode

public PlayableMoveAction ( PlayableLine line, float moveTime, float delayTime, Vector3 posns, Vector3 lightposns ) : System
line PlayableLine
moveTime float
delayTime float
posns Vector3
lightposns Vector3
Résultat System

PlayableMoveAction() public méthode

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
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string