C# Class Editor.ObjetoEscena

Afficher le fichier Open project: Geardome/ozone-ios

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode 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

Method Details

ObjetoEscena() public méthode

public ObjetoEscena ( ) : System
Résultat System

ObjetoEscena() public méthode

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
Résultat System

Property Details

dynamic public_oe property

public bool dynamic
Résultat bool

estilo public_oe property

public string estilo
Résultat string

height public_oe property

public short height
Résultat short

id public_oe property

public byte id
Résultat byte

posX public_oe property

public short posX
Résultat short

posY public_oe property

public short posY
Résultat short

rotation public_oe property

public byte rotation
Résultat byte

rotation_type public_oe property

public eRotationType rotation_type
Résultat eRotationType

script public_oe property

public string script
Résultat string

tipo public_oe property

public byte tipo
Résultat byte

upper public_oe property

public int upper
Résultat int

width public_oe property

public short width
Résultat short