C# Class NekoKun.RPGMaker.RGSSTable

Inheritance: RubyObject, IRubyUserdefinedDumpObject
Afficher le fichier Open project: NekoProject/NekoKun Class Usage Examples

Protected Properties

Свойство Type Description
dimensions byte
value short[,,]

Méthodes publiques

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

Méthode Description
RGSSTable ( byte dimensions, int xsize, int ysize, int zsize ) : System

Method Details

Dump() public méthode

public Dump ( ) : byte[]
Résultat byte[]

RGSSTable() public méthode

public RGSSTable ( byte raw ) : System
raw byte
Résultat System

RGSSTable() public méthode

public RGSSTable ( int xsize ) : System
xsize int
Résultat System

RGSSTable() public méthode

public RGSSTable ( int xsize, int ysize ) : System
xsize int
ysize int
Résultat System

RGSSTable() public méthode

public RGSSTable ( int xsize, int ysize, int zsize ) : System
xsize int
ysize int
zsize int
Résultat System

this() public méthode

public this ( int x ) : short
x int
Résultat short

this() public méthode

public this ( int x, int y ) : short
x int
y int
Résultat short

this() public méthode

public this ( int x, int y, int z ) : short
x int
y int
z int
Résultat short

Property Details

dimensions protected_oe property

protected byte dimensions
Résultat byte

value protected_oe property

protected short[,,] value
Résultat short[,,]