C# Class RockinCatsBase, CadEditor

Afficher le fichier Open project: spiiin/CadEditor

Méthodes publiques

Méthode Description
getBigBlocks0 ( int bigTileIndex ) : BigBlock[]
getBigBlocks1 ( int bigTileIndex ) : BigBlock[]
getBigBlocks2 ( int bigTileIndex ) : BigBlock[]
getBigBlocksCountHierarchy ( int hierarchyLevel ) : int
getBigBlocksFuncs ( ) : GetBigBlocksFunc[]
getBigBlocksHierarchyCount ( ) : int
getBigBlocksOffsetHierarchy ( int hierarchyLevel ) : CadEditor.OffsetRec
getBlocks ( int blockIndex ) : CadEditor.ObjRec[]
getBlocksCount ( ) : int
getBlocksFunc ( ) : GetBlocksFunc
getBlocksOffset ( ) : CadEditor.OffsetRec
getPalFunc ( ) : GetPalFunc
getPallete ( int palId ) : byte[]
getScreenHeight ( ) : int
getScreenWidth ( ) : int
getScreensOffset ( ) : CadEditor.OffsetRec
getVideoChunk ( int _ ) : byte[]
getVideoChunkFunc ( ) : GetVideoChunkFunc
getVideoIndex1 ( ) : int
getVideoIndex2 ( ) : int
getVideoOffset ( ) : CadEditor.OffsetRec
getVideoPageAddrFunc ( ) : GetVideoPageAddrFunc
isBigBlockEditorEnabled ( ) : bool
isBlockEditorEnabled ( ) : bool
isEnemyEditorEnabled ( ) : bool
setBigBlocks0 ( int bigTileIndex, BigBlock bigBlockIndexes ) : void
setBigBlocks1 ( int bigTileIndex, BigBlock bigBlockIndexes ) : void
setBigBlocks2 ( int bigTileIndex, BigBlock bigBlockIndexes ) : void
setBigBlocksFuncs ( ) : SetBigBlocksFunc[]
setBlocks ( int blockIndex, CadEditor.ObjRec blocksData ) : void
setBlocksFunc ( ) : SetBlocksFunc
setPalFunc ( ) : SetPalFunc
setVideoChunkFunc ( ) : SetVideoChunkFunc

Method Details

getBigBlocks0() public static méthode

public static getBigBlocks0 ( int bigTileIndex ) : BigBlock[]
bigTileIndex int
Résultat BigBlock[]

getBigBlocks1() public static méthode

public static getBigBlocks1 ( int bigTileIndex ) : BigBlock[]
bigTileIndex int
Résultat BigBlock[]

getBigBlocks2() public static méthode

public static getBigBlocks2 ( int bigTileIndex ) : BigBlock[]
bigTileIndex int
Résultat BigBlock[]

getBigBlocksCountHierarchy() public méthode

public getBigBlocksCountHierarchy ( int hierarchyLevel ) : int
hierarchyLevel int
Résultat int

getBigBlocksFuncs() public méthode

public getBigBlocksFuncs ( ) : GetBigBlocksFunc[]
Résultat GetBigBlocksFunc[]

getBigBlocksHierarchyCount() public méthode

public getBigBlocksHierarchyCount ( ) : int
Résultat int

getBigBlocksOffsetHierarchy() public méthode

public getBigBlocksOffsetHierarchy ( int hierarchyLevel ) : CadEditor.OffsetRec
hierarchyLevel int
Résultat CadEditor.OffsetRec

getBlocks() public méthode

public getBlocks ( int blockIndex ) : CadEditor.ObjRec[]
blockIndex int
Résultat CadEditor.ObjRec[]

getBlocksCount() public méthode

public getBlocksCount ( ) : int
Résultat int

getBlocksFunc() public méthode

public getBlocksFunc ( ) : GetBlocksFunc
Résultat GetBlocksFunc

getBlocksOffset() public méthode

public getBlocksOffset ( ) : CadEditor.OffsetRec
Résultat CadEditor.OffsetRec

getPalFunc() public méthode

public getPalFunc ( ) : GetPalFunc
Résultat GetPalFunc

getPallete() public méthode

public getPallete ( int palId ) : byte[]
palId int
Résultat byte[]

getScreenHeight() public méthode

public getScreenHeight ( ) : int
Résultat int

getScreenWidth() public méthode

public getScreenWidth ( ) : int
Résultat int

getScreensOffset() public méthode

public getScreensOffset ( ) : CadEditor.OffsetRec
Résultat CadEditor.OffsetRec

getVideoChunk() public méthode

public getVideoChunk ( int _ ) : byte[]
_ int
Résultat byte[]

getVideoChunkFunc() public méthode

public getVideoChunkFunc ( ) : GetVideoChunkFunc
Résultat GetVideoChunkFunc

getVideoIndex1() public méthode

public getVideoIndex1 ( ) : int
Résultat int

getVideoIndex2() public méthode

public getVideoIndex2 ( ) : int
Résultat int

getVideoOffset() public méthode

public getVideoOffset ( ) : CadEditor.OffsetRec
Résultat CadEditor.OffsetRec

getVideoPageAddrFunc() public méthode

public getVideoPageAddrFunc ( ) : GetVideoPageAddrFunc
Résultat GetVideoPageAddrFunc

isBigBlockEditorEnabled() public méthode

public isBigBlockEditorEnabled ( ) : bool
Résultat bool

isBlockEditorEnabled() public méthode

public isBlockEditorEnabled ( ) : bool
Résultat bool

isEnemyEditorEnabled() public méthode

public isEnemyEditorEnabled ( ) : bool
Résultat bool

setBigBlocks0() public static méthode

public static setBigBlocks0 ( int bigTileIndex, BigBlock bigBlockIndexes ) : void
bigTileIndex int
bigBlockIndexes BigBlock
Résultat void

setBigBlocks1() public static méthode

public static setBigBlocks1 ( int bigTileIndex, BigBlock bigBlockIndexes ) : void
bigTileIndex int
bigBlockIndexes BigBlock
Résultat void

setBigBlocks2() public static méthode

public static setBigBlocks2 ( int bigTileIndex, BigBlock bigBlockIndexes ) : void
bigTileIndex int
bigBlockIndexes BigBlock
Résultat void

setBigBlocksFuncs() public méthode

public setBigBlocksFuncs ( ) : SetBigBlocksFunc[]
Résultat SetBigBlocksFunc[]

setBlocks() public méthode

public setBlocks ( int blockIndex, CadEditor.ObjRec blocksData ) : void
blockIndex int
blocksData CadEditor.ObjRec
Résultat void

setBlocksFunc() public méthode

public setBlocksFunc ( ) : SetBlocksFunc
Résultat SetBlocksFunc

setPalFunc() public méthode

public setPalFunc ( ) : SetPalFunc
Résultat SetPalFunc

setVideoChunkFunc() public méthode

public setVideoChunkFunc ( ) : SetVideoChunkFunc
Résultat SetVideoChunkFunc