C# Class PGMEBackend.MapLayout

Afficher le fichier Open project: Diegoisawesome/AwesomeMapEditor-old Class Usage Examples

Méthodes publiques

Свойство Type Description
border short[]
borderBlocksPointer int
borderHeight byte
borderWidth byte
buffer1 byte
buffer2 byte
drawTiles List
globalTileset MapTileset
globalTilesetPointer int
layout short[]
layoutHeight int
layoutIndex short
layoutWidth int
localTileset MapTileset
localTilesetPointer int
mapDataPointer int
originROM Nintenlord.ROMHacking.GBA.GBAROM
rawBorder byte[]
rawBorderOrig byte[]
rawHeader byte[]
rawHeaderOrig byte[]
rawLayout byte[]
rawLayoutOrig byte[]

Méthodes publiques

Méthode Description
Draw ( Spritesheet globalSheets, Spritesheet localSheets, int xPos, int yPos, double scale ) : void
DrawBorder ( Spritesheet globalSheets, Spritesheet localSheets, int xPos, int yPos, double scale ) : void
LoadBorderFromRaw ( ) : void
LoadLayoutFromRaw ( ) : void
LoadLayoutHeaderFromRaw ( ) : void
MapLayout ( ) : System
MapLayout ( int index, int offset, GBAROM ROM ) : System
PaintBlocksToMap ( short blockArray, int x, int y, int w, int h ) : void
RefreshChunks ( Spritesheet globalSheets, Spritesheet localSheets, int xPos, int yPos, double scale ) : void
ResizeLayout ( int newWidth, int newHeight ) : void
Revert ( ) : void
Save ( ) : void
Unload ( ) : void
WriteBorderToRaw ( ) : void
WriteLayoutHeaderToRaw ( ) : void
WriteLayoutToRaw ( ) : void

Method Details

Draw() public méthode

public Draw ( Spritesheet globalSheets, Spritesheet localSheets, int xPos, int yPos, double scale ) : void
globalSheets Spritesheet
localSheets Spritesheet
xPos int
yPos int
scale double
Résultat void

DrawBorder() public méthode

public DrawBorder ( Spritesheet globalSheets, Spritesheet localSheets, int xPos, int yPos, double scale ) : void
globalSheets Spritesheet
localSheets Spritesheet
xPos int
yPos int
scale double
Résultat void

LoadBorderFromRaw() public méthode

public LoadBorderFromRaw ( ) : void
Résultat void

LoadLayoutFromRaw() public méthode

public LoadLayoutFromRaw ( ) : void
Résultat void

LoadLayoutHeaderFromRaw() public méthode

public LoadLayoutHeaderFromRaw ( ) : void
Résultat void

MapLayout() public méthode

public MapLayout ( ) : System
Résultat System

MapLayout() public méthode

public MapLayout ( int index, int offset, GBAROM ROM ) : System
index int
offset int
ROM Nintenlord.ROMHacking.GBA.GBAROM
Résultat System

PaintBlocksToMap() public méthode

public PaintBlocksToMap ( short blockArray, int x, int y, int w, int h ) : void
blockArray short
x int
y int
w int
h int
Résultat void

RefreshChunks() public méthode

public RefreshChunks ( Spritesheet globalSheets, Spritesheet localSheets, int xPos, int yPos, double scale ) : void
globalSheets Spritesheet
localSheets Spritesheet
xPos int
yPos int
scale double
Résultat void

ResizeLayout() public méthode

public ResizeLayout ( int newWidth, int newHeight ) : void
newWidth int
newHeight int
Résultat void

Revert() public méthode

public Revert ( ) : void
Résultat void

Save() public méthode

public Save ( ) : void
Résultat void

Unload() public méthode

public Unload ( ) : void
Résultat void

WriteBorderToRaw() public méthode

public WriteBorderToRaw ( ) : void
Résultat void

WriteLayoutHeaderToRaw() public méthode

public WriteLayoutHeaderToRaw ( ) : void
Résultat void

WriteLayoutToRaw() public méthode

public WriteLayoutToRaw ( ) : void
Résultat void

Property Details

border public_oe property

public short[] border
Résultat short[]

borderBlocksPointer public_oe property

public int borderBlocksPointer
Résultat int

borderHeight public_oe property

public byte borderHeight
Résultat byte

borderWidth public_oe property

public byte borderWidth
Résultat byte

buffer1 public_oe property

public byte buffer1
Résultat byte

buffer2 public_oe property

public byte buffer2
Résultat byte

drawTiles public_oe property

public List drawTiles
Résultat List

globalTileset public_oe property

public MapTileset,PGMEBackend globalTileset
Résultat MapTileset

globalTilesetPointer public_oe property

public int globalTilesetPointer
Résultat int

layout public_oe property

public short[] layout
Résultat short[]

layoutHeight public_oe property

public int layoutHeight
Résultat int

layoutIndex public_oe property

public short layoutIndex
Résultat short

layoutWidth public_oe property

public int layoutWidth
Résultat int

localTileset public_oe property

public MapTileset,PGMEBackend localTileset
Résultat MapTileset

localTilesetPointer public_oe property

public int localTilesetPointer
Résultat int

mapDataPointer public_oe property

public int mapDataPointer
Résultat int

originROM public_oe property

public GBAROM,Nintenlord.ROMHacking.GBA originROM
Résultat Nintenlord.ROMHacking.GBA.GBAROM

rawBorder public_oe property

public byte[] rawBorder
Résultat byte[]

rawBorderOrig public_oe property

public byte[] rawBorderOrig
Résultat byte[]

rawHeader public_oe property

public byte[] rawHeader
Résultat byte[]

rawHeaderOrig public_oe property

public byte[] rawHeaderOrig
Résultat byte[]

rawLayout public_oe property

public byte[] rawLayout
Résultat byte[]

rawLayoutOrig public_oe property

public byte[] rawLayoutOrig
Résultat byte[]