C# Class Editor.ObjetoEscena

Show file 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 property

public bool dynamic
return bool

estilo public property

public string estilo
return string

height public property

public short height
return short

id public property

public byte id
return byte

posX public property

public short posX
return short

posY public property

public short posY
return short

rotation public property

public byte rotation
return byte

rotation_type public property

public eRotationType rotation_type
return eRotationType

script public property

public string script
return string

tipo public property

public byte tipo
return byte

upper public property

public int upper
return int

width public property

public short width
return short