C# 클래스 TinyToonUtils, CadEditor

파일 보기 프로젝트 열기: spiiin/CadEditor

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
readBlocksFromAlignedArraysTT ( byte romdata, int addr, int count ) : CadEditor.ObjRec[]
writeBlocksToAlignedArraysTT ( CadEditor.ObjRec objects, byte romdata, int addr, int count ) : void

메소드 상세

getBigBlocksTT() 공개 정적인 메소드

public static getBigBlocksTT ( int bigTileIndex ) : BigBlock[]
bigTileIndex int
리턴 BigBlock[]

getBlocks() 공개 정적인 메소드

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

getLayoutLinearTT() 공개 정적인 메소드

public static getLayoutLinearTT ( int curActiveLayout ) : CadEditor.LevelLayerData
curActiveLayout int
리턴 CadEditor.LevelLayerData

getObjectsTT() 공개 정적인 메소드

public static getObjectsTT ( int levelNo ) : List
levelNo int
리턴 List

setBigBlocksTT() 공개 정적인 메소드

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

setBlocks() 공개 정적인 메소드

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

setObjectsTT() 공개 정적인 메소드

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