C# 클래스 RockinCatsBase, CadEditor

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

공개 메소드들

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

메소드 상세

getBigBlocks0() 공개 정적인 메소드

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

getBigBlocks1() 공개 정적인 메소드

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

getBigBlocks2() 공개 정적인 메소드

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

getBigBlocksCountHierarchy() 공개 메소드

public getBigBlocksCountHierarchy ( int hierarchyLevel ) : int
hierarchyLevel int
리턴 int

getBigBlocksFuncs() 공개 메소드

public getBigBlocksFuncs ( ) : GetBigBlocksFunc[]
리턴 GetBigBlocksFunc[]

getBigBlocksHierarchyCount() 공개 메소드

public getBigBlocksHierarchyCount ( ) : int
리턴 int

getBigBlocksOffsetHierarchy() 공개 메소드

public getBigBlocksOffsetHierarchy ( int hierarchyLevel ) : CadEditor.OffsetRec
hierarchyLevel int
리턴 CadEditor.OffsetRec

getBlocks() 공개 메소드

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

getBlocksCount() 공개 메소드

public getBlocksCount ( ) : int
리턴 int

getBlocksFunc() 공개 메소드

public getBlocksFunc ( ) : GetBlocksFunc
리턴 GetBlocksFunc

getBlocksOffset() 공개 메소드

public getBlocksOffset ( ) : CadEditor.OffsetRec
리턴 CadEditor.OffsetRec

getPalFunc() 공개 메소드

public getPalFunc ( ) : GetPalFunc
리턴 GetPalFunc

getPallete() 공개 메소드

public getPallete ( int palId ) : byte[]
palId int
리턴 byte[]

getScreenHeight() 공개 메소드

public getScreenHeight ( ) : int
리턴 int

getScreenWidth() 공개 메소드

public getScreenWidth ( ) : int
리턴 int

getScreensOffset() 공개 메소드

public getScreensOffset ( ) : CadEditor.OffsetRec
리턴 CadEditor.OffsetRec

getVideoChunk() 공개 메소드

public getVideoChunk ( int _ ) : byte[]
_ int
리턴 byte[]

getVideoChunkFunc() 공개 메소드

public getVideoChunkFunc ( ) : GetVideoChunkFunc
리턴 GetVideoChunkFunc

getVideoIndex1() 공개 메소드

public getVideoIndex1 ( ) : int
리턴 int

getVideoIndex2() 공개 메소드

public getVideoIndex2 ( ) : int
리턴 int

getVideoOffset() 공개 메소드

public getVideoOffset ( ) : CadEditor.OffsetRec
리턴 CadEditor.OffsetRec

getVideoPageAddrFunc() 공개 메소드

public getVideoPageAddrFunc ( ) : GetVideoPageAddrFunc
리턴 GetVideoPageAddrFunc

isBigBlockEditorEnabled() 공개 메소드

public isBigBlockEditorEnabled ( ) : bool
리턴 bool

isBlockEditorEnabled() 공개 메소드

public isBlockEditorEnabled ( ) : bool
리턴 bool

isEnemyEditorEnabled() 공개 메소드

public isEnemyEditorEnabled ( ) : bool
리턴 bool

setBigBlocks0() 공개 정적인 메소드

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

setBigBlocks1() 공개 정적인 메소드

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

setBigBlocks2() 공개 정적인 메소드

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

setBigBlocksFuncs() 공개 메소드

public setBigBlocksFuncs ( ) : SetBigBlocksFunc[]
리턴 SetBigBlocksFunc[]

setBlocks() 공개 메소드

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

setBlocksFunc() 공개 메소드

public setBlocksFunc ( ) : SetBlocksFunc
리턴 SetBlocksFunc

setPalFunc() 공개 메소드

public setPalFunc ( ) : SetPalFunc
리턴 SetPalFunc

setVideoChunkFunc() 공개 메소드

public setVideoChunkFunc ( ) : SetVideoChunkFunc
리턴 SetVideoChunkFunc