C# Class TinyToonUtils, CadEditor

Mostrar archivo Open project: spiiin/CadEditor

Public Methods

Method Description
getBigBlocksTT ( int bigTileIndex ) : BigBlock[]
getBlocks ( int blockIndex ) : CadEditor.ObjRec[]
getLayoutLinearTT ( int curActiveLayout ) : CadEditor.LevelLayerData
getObjectsTT ( int levelNo ) : List
setBigBlocksTT ( int bigTileIndex, BigBlock bigBlockIndexes ) : void
setBlocks ( int blockIndex, CadEditor.ObjRec blocksData ) : void
setObjectsTT ( int levelNo, List objLists ) : bool

Private Methods

Method Description
readBlocksFromAlignedArraysTT ( byte romdata, int addr, int count ) : CadEditor.ObjRec[]
writeBlocksToAlignedArraysTT ( CadEditor.ObjRec objects, byte romdata, int addr, int count ) : void

Method Details

getBigBlocksTT() public static method

public static getBigBlocksTT ( int bigTileIndex ) : BigBlock[]
bigTileIndex int
return BigBlock[]

getBlocks() public static method

public static getBlocks ( int blockIndex ) : CadEditor.ObjRec[]
blockIndex int
return CadEditor.ObjRec[]

getLayoutLinearTT() public static method

public static getLayoutLinearTT ( int curActiveLayout ) : CadEditor.LevelLayerData
curActiveLayout int
return CadEditor.LevelLayerData

getObjectsTT() public static method

public static getObjectsTT ( int levelNo ) : List
levelNo int
return List

setBigBlocksTT() public static method

public static setBigBlocksTT ( int bigTileIndex, BigBlock bigBlockIndexes ) : void
bigTileIndex int
bigBlockIndexes BigBlock
return void

setBlocks() public static method

public static setBlocks ( int blockIndex, CadEditor.ObjRec blocksData ) : void
blockIndex int
blocksData CadEditor.ObjRec
return void

setObjectsTT() public static method

public static setObjectsTT ( int levelNo, List objLists ) : bool
levelNo int
objLists List
return bool