C# Class TomAndJerryBase, CadEditor

Afficher le fichier Open project: spiiin/CadEditor

Méthodes publiques

Méthode Description
getBigBlocksCount ( ) : int
getBigBlocksFunc ( ) : GetBigBlocksFunc
getBlocks ( int blockIndex ) : CadEditor.ObjRec[]
getBlocksCount ( ) : int
getBlocksFunc ( ) : GetBlocksFunc
getCheese ( int levelNo ) : List
getCheeseAddr ( ) : int
getEnemies ( int levelNo ) : List
getLayoutFunc ( ) : GetLayoutFunc
getObjectDictionary ( int listNo, int type ) : int>.Dictionary
getObjectDictionaryFunc ( ) : GetObjectDictionaryFunc
getObjects ( int levelNo ) : List
getObjectsFunc ( ) : GetObjectsFunc
getPalFunc ( ) : GetPalFunc
getScreenHeight ( ) : int
getScreenWidth ( ) : int
getVideoChunkFunc ( ) : GetVideoChunkFunc
getVideoPageAddrFunc ( ) : GetVideoPageAddrFunc
setBigBlocksFunc ( ) : SetBigBlocksFunc
setBlocks ( int blockIndex, CadEditor.ObjRec blocksData ) : void
setBlocksFunc ( ) : SetBlocksFunc
setCheese ( int levelNo, List objLists ) : bool
setEnemies ( int levelNo, List objLists ) : bool
setObjects ( int levelNo, List objLists ) : bool
setObjectsFunc ( ) : SetObjectsFunc
setPalFunc ( ) : SetPalFunc
setVideoChunkFunc ( ) : SetVideoChunkFunc

Private Methods

Méthode Description
getLayout ( int levelNo ) : CadEditor.LevelLayerData

Method Details

getBigBlocksCount() public méthode

public getBigBlocksCount ( ) : int
Résultat int

getBigBlocksFunc() public méthode

public getBigBlocksFunc ( ) : GetBigBlocksFunc
Résultat GetBigBlocksFunc

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

getCheese() public méthode

public getCheese ( int levelNo ) : List
levelNo int
Résultat List

getCheeseAddr() public méthode

public getCheeseAddr ( ) : int
Résultat int

getEnemies() public méthode

public getEnemies ( int levelNo ) : List
levelNo int
Résultat List

getLayoutFunc() public méthode

public getLayoutFunc ( ) : GetLayoutFunc
Résultat GetLayoutFunc

getObjectDictionary() public méthode

public getObjectDictionary ( int listNo, int type ) : int>.Dictionary
listNo int
type int
Résultat int>.Dictionary

getObjectDictionaryFunc() public méthode

public getObjectDictionaryFunc ( ) : GetObjectDictionaryFunc
Résultat GetObjectDictionaryFunc

getObjects() public méthode

public getObjects ( int levelNo ) : List
levelNo int
Résultat List

getObjectsFunc() public méthode

public getObjectsFunc ( ) : GetObjectsFunc
Résultat GetObjectsFunc

getPalFunc() public méthode

public getPalFunc ( ) : GetPalFunc
Résultat GetPalFunc

getScreenHeight() public méthode

public getScreenHeight ( ) : int
Résultat int

getScreenWidth() public méthode

public getScreenWidth ( ) : int
Résultat int

getVideoChunkFunc() public méthode

public getVideoChunkFunc ( ) : GetVideoChunkFunc
Résultat GetVideoChunkFunc

getVideoPageAddrFunc() public méthode

public getVideoPageAddrFunc ( ) : GetVideoPageAddrFunc
Résultat GetVideoPageAddrFunc

setBigBlocksFunc() public méthode

public setBigBlocksFunc ( ) : 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

setCheese() public méthode

public setCheese ( int levelNo, List objLists ) : bool
levelNo int
objLists List
Résultat bool

setEnemies() public méthode

public setEnemies ( int levelNo, List objLists ) : bool
levelNo int
objLists List
Résultat bool

setObjects() public méthode

public setObjects ( int levelNo, List objLists ) : bool
levelNo int
objLists List
Résultat bool

setObjectsFunc() public méthode

public setObjectsFunc ( ) : SetObjectsFunc
Résultat SetObjectsFunc

setPalFunc() public méthode

public setPalFunc ( ) : SetPalFunc
Résultat SetPalFunc

setVideoChunkFunc() public méthode

public setVideoChunkFunc ( ) : SetVideoChunkFunc
Résultat SetVideoChunkFunc