Свойство | Type | Description | |
---|---|---|---|
chunks | tk2dRuntime.TileMap.ColorChunk[] | ||
clearColor | |||
divX | int | ||
numColumns | int |
Méthode | Description | |
---|---|---|
Clear ( |
||
ClearChunk ( |
||
ClearDirtyFlag ( ) : void | ||
ColorChannel ( ) : System.Collections | ||
ColorChannel ( int width, int height, int divX, int divY ) : System.Collections | ||
Create ( ) : void | ||
Delete ( ) : void | ||
FindChunkAndCoordinate ( int x, int y, int &offset ) : |
||
GetChunk ( int x, int y ) : |
||
GetChunk ( int x, int y, bool init ) : |
||
GetColor ( int x, int y ) : |
||
Init ( int width, int height, int divX, int divY ) : void | ||
InitChunk ( |
||
Optimize ( ) : void | ||
Optimize ( |
||
SetColor ( int x, int y, |
public ClearChunk ( |
||
chunk | ||
Résultat | void |
public ColorChannel ( ) : System.Collections | ||
Résultat | System.Collections |
public ColorChannel ( int width, int height, int divX, int divY ) : System.Collections | ||
width | int | |
height | int | |
divX | int | |
divY | int | |
Résultat | System.Collections |
public FindChunkAndCoordinate ( int x, int y, int &offset ) : |
||
x | int | |
y | int | |
offset | int | |
Résultat |
public GetChunk ( int x, int y ) : |
||
x | int | |
y | int | |
Résultat |
public GetChunk ( int x, int y, bool init ) : |
||
x | int | |
y | int | |
init | bool | |
Résultat |
public GetColor ( int x, int y ) : |
||
x | int | |
y | int | |
Résultat |
public Init ( int width, int height, int divX, int divY ) : void | ||
width | int | |
height | int | |
divX | int | |
divY | int | |
Résultat | void |
public InitChunk ( |
||
chunk | ||
Résultat | void |
public Optimize ( |
||
chunk | ||
Résultat | void |
public SetColor ( int x, int y, |
||
x | int | |
y | int | |
color | ||
Résultat | void |
public ColorChunk[],tk2dRuntime.TileMap chunks | ||
Résultat | tk2dRuntime.TileMap.ColorChunk[] |