C# 클래스 PGMEBackend.MapTileset

파일 보기 프로젝트 열기: Diegoisawesome/AwesomeMapEditor-old 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
animationPointer int
behaviorPointer int
blockSet Blockset
blocksPointer int
buffer1 int
buffer2 int
image System.Drawing.Bitmap[]
imagePalsPointer int
imagePointer int
isCompressed int
isSecondary int
offset int
originROM Nintenlord.ROMHacking.GBA.GBAROM
tileSheets PGMEBackend.Spritesheet[]

공개 메소드들

메소드 설명
Initialize ( MapLayout mapLayout ) : void
MapTileset ( int Offset, GBAROM ROM ) : System

메소드 상세

Initialize() 공개 메소드

public Initialize ( MapLayout mapLayout ) : void
mapLayout MapLayout
리턴 void

MapTileset() 공개 메소드

public MapTileset ( int Offset, GBAROM ROM ) : System
Offset int
ROM Nintenlord.ROMHacking.GBA.GBAROM
리턴 System

프로퍼티 상세

animationPointer 공개적으로 프로퍼티

public int animationPointer
리턴 int

behaviorPointer 공개적으로 프로퍼티

public int behaviorPointer
리턴 int

blockSet 공개적으로 프로퍼티

public Blockset,PGMEBackend blockSet
리턴 Blockset

blocksPointer 공개적으로 프로퍼티

public int blocksPointer
리턴 int

buffer1 공개적으로 프로퍼티

public int buffer1
리턴 int

buffer2 공개적으로 프로퍼티

public int buffer2
리턴 int

image 공개적으로 프로퍼티

public Bitmap[],System.Drawing image
리턴 System.Drawing.Bitmap[]

imagePalsPointer 공개적으로 프로퍼티

public int imagePalsPointer
리턴 int

imagePointer 공개적으로 프로퍼티

public int imagePointer
리턴 int

isCompressed 공개적으로 프로퍼티

public int isCompressed
리턴 int

isSecondary 공개적으로 프로퍼티

public int isSecondary
리턴 int

offset 공개적으로 프로퍼티

public int offset
리턴 int

originROM 공개적으로 프로퍼티

public GBAROM,Nintenlord.ROMHacking.GBA originROM
리턴 Nintenlord.ROMHacking.GBA.GBAROM

tileSheets 공개적으로 프로퍼티

public Spritesheet[],PGMEBackend tileSheets
리턴 PGMEBackend.Spritesheet[]