Property | Type | Description | |
---|---|---|---|
dynamic | bool | ||
estilo | string | ||
height | short | ||
id | byte | ||
posX | short | ||
posY | short | ||
rotation | byte | ||
rotation_type | eRotationType | ||
script | string | ||
tipo | byte | ||
upper | int | ||
width | short |
Method | Description | |
---|---|---|
ObjetoEscena ( ) : System | ||
ObjetoEscena ( byte tipo, byte id, short x, short y, byte rotation, short width, short height, string script, string estilo, int upper ) : System |
public ObjetoEscena ( byte tipo, byte id, short x, short y, byte rotation, short width, short height, string script, string estilo, int upper ) : System | ||
tipo | byte | |
id | byte | |
x | short | |
y | short | |
rotation | byte | |
width | short | |
height | short | |
script | string | |
estilo | string | |
upper | int | |
return | System |