C# Class PGMEBackend.Blockset

显示文件 Open project: Diegoisawesome/AwesomeMapEditor-old Class Usage Examples

Public Properties

Property Type Description
blocks PGMEBackend.Block[]
originROM Nintenlord.ROMHacking.GBA.GBAROM

Public Methods

Method Description
Blockset ( int blocksPointer, int behaviorsPointer, bool isSecondary, GBAROM ROM ) : System
Draw ( Spritesheet globalSheets, Spritesheet localSheets, int xPos, int yPos, double scale ) : void

Method Details

Blockset() public method

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

Draw() public method

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

Property Details

blocks public_oe property

public Block[],PGMEBackend blocks
return PGMEBackend.Block[]

originROM public_oe property

public GBAROM,Nintenlord.ROMHacking.GBA originROM
return Nintenlord.ROMHacking.GBA.GBAROM