C# Класс RecordAndPlayback.PlayableMoveAction, storyspace

Наследование: PlayableLine
Показать файл Открыть проект

Открытые методы

Метод Описание
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