C# 클래스 PGMEBackend.Blockset

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

공개 프로퍼티들

프로퍼티 타입 설명
blocks PGMEBackend.Block[]
originROM Nintenlord.ROMHacking.GBA.GBAROM

공개 메소드들

메소드 설명
Blockset ( int blocksPointer, int behaviorsPointer, bool isSecondary, GBAROM ROM ) : System
Draw ( Spritesheet globalSheets, Spritesheet localSheets, int xPos, int yPos, double scale ) : void

메소드 상세

Blockset() 공개 메소드

public Blockset ( int blocksPointer, int behaviorsPointer, bool isSecondary, GBAROM ROM ) : System
blocksPointer int
behaviorsPointer int
isSecondary bool
ROM Nintenlord.ROMHacking.GBA.GBAROM
리턴 System

Draw() 공개 메소드

public Draw ( Spritesheet globalSheets, Spritesheet localSheets, int xPos, int yPos, double scale ) : void
globalSheets Spritesheet
localSheets Spritesheet
xPos int
yPos int
scale double
리턴 void

프로퍼티 상세

blocks 공개적으로 프로퍼티

public Block[],PGMEBackend blocks
리턴 PGMEBackend.Block[]

originROM 공개적으로 프로퍼티

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