Class TGameSpriteActionCell
상속
object
TGameSpriteActionCell
네임스페이스: network
어셈블리: Creator.dll
Syntax
[Serializable]
public class TGameSpriteActionCell : IExtensible
생성자
TGameSpriteActionCell()
선언
public TGameSpriteActionCell()
프로퍼티
height
선언
public int height { get; set; }
프로퍼티 값
타입 | 설명 |
---|---|
int |
pivotX
선언
public float pivotX { get; set; }
프로퍼티 값
타입 | 설명 |
---|---|
float |
pivotY
선언
public float pivotY { get; set; }
프로퍼티 값
타입 | 설명 |
---|---|
float |
width
선언
public int width { get; set; }
프로퍼티 값
타입 | 설명 |
---|---|
int |
x
선언
public int x { get; set; }
프로퍼티 값
타입 | 설명 |
---|---|
int |
y
선언
public int y { get; set; }
프로퍼티 값
타입 | 설명 |
---|---|
int |