C# Class FliUtils, CadEditor

Datei anzeigen Open project: spiiin/CadEditor Class Usage Examples

Public Methods

Method Description
getBackConvertScreenTile ( int v ) : int
getBigBlocks ( int bigTileIndex ) : BigBlock[]
getBlocks ( int blockIndex ) : CadEditor.ObjRec[]
getConvertScreenTile ( int v ) : int
getLayout ( int levelNo ) : CadEditor.LevelLayerData
getLayoutRom ( int levelNo ) : CadEditor.LevelLayerData
getObjectDictionary ( int listNo, int type ) : int>.Dictionary
getObjects ( int levelNo ) : List
setBigBlocks ( int bigTileIndex, BigBlock bigBlockIndexes ) : void
setBlocks ( int blockIndex, CadEditor.ObjRec blocksData ) : void
setObjects ( int levelNo, List objLists ) : bool

Private Methods

Method Description
transposeBigBlocks ( BigBlock bblocks ) : void
xchg ( int arr, int i1, int i2 ) : void

Method Details

getBackConvertScreenTile() public static method

public static getBackConvertScreenTile ( int v ) : int
v int
return int

getBigBlocks() public static method

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

getBlocks() public static method

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

getConvertScreenTile() public static method

public static getConvertScreenTile ( int v ) : int
v int
return int

getLayout() public static method

public static getLayout ( int levelNo ) : CadEditor.LevelLayerData
levelNo int
return CadEditor.LevelLayerData

getLayoutRom() public static method

public static getLayoutRom ( int levelNo ) : CadEditor.LevelLayerData
levelNo int
return CadEditor.LevelLayerData

getObjectDictionary() public static method

public static getObjectDictionary ( int listNo, int type ) : int>.Dictionary
listNo int
type int
return int>.Dictionary

getObjects() public static method

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

setBigBlocks() public static method

public static setBigBlocks ( 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

setObjects() public static method

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