C# Class NekoKun.RPGMaker.RGSSTable

Inheritance: RubyObject, IRubyUserdefinedDumpObject
Mostra file Open project: NekoProject/NekoKun Class Usage Examples

Protected Properties

Property Type Description
dimensions byte
value short[,,]

Public Methods

Method Description
Dump ( ) : byte[]
RGSSTable ( byte raw ) : System
RGSSTable ( int xsize ) : System
RGSSTable ( int xsize, int ysize ) : System
RGSSTable ( int xsize, int ysize, int zsize ) : System
this ( int x ) : short
this ( int x, int y ) : short
this ( int x, int y, int z ) : short

Private Methods

Method Description
RGSSTable ( byte dimensions, int xsize, int ysize, int zsize ) : System

Method Details

Dump() public method

public Dump ( ) : byte[]
return byte[]

RGSSTable() public method

public RGSSTable ( byte raw ) : System
raw byte
return System

RGSSTable() public method

public RGSSTable ( int xsize ) : System
xsize int
return System

RGSSTable() public method

public RGSSTable ( int xsize, int ysize ) : System
xsize int
ysize int
return System

RGSSTable() public method

public RGSSTable ( int xsize, int ysize, int zsize ) : System
xsize int
ysize int
zsize int
return System

this() public method

public this ( int x ) : short
x int
return short

this() public method

public this ( int x, int y ) : short
x int
y int
return short

this() public method

public this ( int x, int y, int z ) : short
x int
y int
z int
return short

Property Details

dimensions protected_oe property

protected byte dimensions
return byte

value protected_oe property

protected short[,,] value
return short[,,]