C# Class Editor.ObjetoEscena

Datei anzeigen Open project: Geardome/ozone-ios

Public Properties

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

Public Methods

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

Method Details

ObjetoEscena() public method

public ObjetoEscena ( ) : System
return System

ObjetoEscena() public method

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

Property Details

dynamic public_oe property

public bool dynamic
return bool

estilo public_oe property

public string estilo
return string

height public_oe property

public short height
return short

id public_oe property

public byte id
return byte

posX public_oe property

public short posX
return short

posY public_oe property

public short posY
return short

rotation public_oe property

public byte rotation
return byte

rotation_type public_oe property

public eRotationType rotation_type
return eRotationType

script public_oe property

public string script
return string

tipo public_oe property

public byte tipo
return byte

upper public_oe property

public int upper
return int

width public_oe property

public short width
return short