Class TGameAnimation
상속
object
TGameAnimation
네임스페이스: network
어셈블리: Creator.dll
Syntax
[Serializable]
public class TGameAnimation : IExtensible
생성자
TGameAnimation()
선언
public TGameAnimation()
프로퍼티
commands
선언
public List<TGameAnimationCommand> commands { get; }
프로퍼티 값
타입 | 설명 |
---|---|
System.Collections.Generic.List<T><TGameAnimationCommand> |
imageID
선언
public string imageID { get; set; }
프로퍼티 값
타입 | 설명 |
---|---|
string |
l_name
선언
public LString l_name { get; set; }
프로퍼티 값
타입 | 설명 |
---|---|
network.LString |
name
선언
public string name { get; set; }
프로퍼티 값
타입 | 설명 |
---|---|
string |
persistentTeleport
선언
public bool persistentTeleport { get; set; }
프로퍼티 값
타입 | 설명 |
---|---|
bool |