C# Class Engine.Map

Show file Open project: prsolucoes/evangel-playerio Class Usage Examples

Public Properties

Property Type Description
height System.Int32
posIniX System.Int32
posIniY System.Int32
posIniZ System.Int32
width Int32

Public Methods

Method Description
Map ( ) : System

Method Details

Map() public method

public Map ( ) : System
return System

Property Details

height public property

public Int32,System height
return System.Int32

posIniX public property

public Int32,System posIniX
return System.Int32

posIniY public property

public Int32,System posIniY
return System.Int32

posIniZ public property

public Int32,System posIniZ
return System.Int32

width public property

public Int32 width
return Int32