C# 클래스 NekoKun.RPGMaker.RGSSTable

상속: RubyObject, IRubyUserdefinedDumpObject
파일 보기 프로젝트 열기: NekoProject/NekoKun 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
dimensions byte
value short[,,]

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
RGSSTable ( byte dimensions, int xsize, int ysize, int zsize ) : System

메소드 상세

Dump() 공개 메소드

public Dump ( ) : byte[]
리턴 byte[]

RGSSTable() 공개 메소드

public RGSSTable ( byte raw ) : System
raw byte
리턴 System

RGSSTable() 공개 메소드

public RGSSTable ( int xsize ) : System
xsize int
리턴 System

RGSSTable() 공개 메소드

public RGSSTable ( int xsize, int ysize ) : System
xsize int
ysize int
리턴 System

RGSSTable() 공개 메소드

public RGSSTable ( int xsize, int ysize, int zsize ) : System
xsize int
ysize int
zsize int
리턴 System

this() 공개 메소드

public this ( int x ) : short
x int
리턴 short

this() 공개 메소드

public this ( int x, int y ) : short
x int
y int
리턴 short

this() 공개 메소드

public this ( int x, int y, int z ) : short
x int
y int
z int
리턴 short

프로퍼티 상세

dimensions 보호되어 있는 프로퍼티

protected byte dimensions
리턴 byte

value 보호되어 있는 프로퍼티

protected short[,,] value
리턴 short[,,]