C# 클래스 MOTHER3.MapData.RoomGfxPal

파일 보기 프로젝트 열기: jeffman/MOTHER-3-Funland

공개 프로퍼티들

프로퍼티 타입 설명
Address int
Data byte[]
Length int
RoomGfxPalEntries RoomGfxPal[]
index int

공개 메소드들

메소드 설명
GetGfxIndex ( int index ) : ushort
Init ( ) : void

메소드 상세

GetGfxIndex() 공개 메소드

public GetGfxIndex ( int index ) : ushort
index int
리턴 ushort

Init() 공개 정적인 메소드

public static Init ( ) : void
리턴 void

프로퍼티 상세

Address 공개적으로 정적으로 프로퍼티

public static int Address
리턴 int

Data 공개적으로 프로퍼티

public byte[] Data
리턴 byte[]

Length 공개적으로 정적으로 프로퍼티

public static int Length
리턴 int

RoomGfxPalEntries 공개적으로 정적으로 프로퍼티

public static RoomGfxPal[] RoomGfxPalEntries
리턴 RoomGfxPal[]

index 공개적으로 프로퍼티

public int index
리턴 int