C# 클래스 RecordAndPlayback.PlayableMoveAction, storyspace

상속: PlayableLine
파일 보기 프로젝트 열기: personal-robots/storyspace

공개 메소드들

메소드 설명
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

메소드 상세

GetActionType() 공개 메소드

public GetActionType ( ) : string
리턴 string

GetDelayTime() 공개 메소드

public GetDelayTime ( ) : float
리턴 float

GetEndPosn() 공개 메소드

public GetEndPosn ( ) : Vector3
리턴 Vector3

GetLightMovePath() 공개 메소드

public GetLightMovePath ( ) : Vector3[]
리턴 Vector3[]

GetMovePath() 공개 메소드

public GetMovePath ( ) : Vector3[]
리턴 Vector3[]

GetMoveTime() 공개 메소드

public GetMoveTime ( ) : float
리턴 float

GetObjectName() 공개 메소드

public GetObjectName ( ) : string
리턴 string

PlayableMoveAction() 공개 메소드

public PlayableMoveAction ( PlayableLine line, float moveTime, float delayTime, Vector3 posns, Vector3 lightposns ) : System
line PlayableLine
moveTime float
delayTime float
posns Vector3
lightposns Vector3
리턴 System

PlayableMoveAction() 공개 메소드

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
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string