Property | Type | Description | |
---|---|---|---|
getAnimatedPaletteCacheIndex | int | ||
getBaseCacheIndex | int |
Method | Description | |
---|---|---|
ClearCache ( ) : void | ||
DrawAnimatedPalette ( |
||
DrawAnimatedTile ( |
||
DrawBase ( |
||
GetAllPaletteIndexes ( ) : int[] | ||
ShouldTileAnimate ( ) : bool | ||
Tile ( int colors ) : System.Collections.Generic |
Method | Description | |
---|---|---|
getAnimatedPaletteCacheIndex ( bool xflip, bool yflip, int palette, int animatedPaletteIndex, int frameIndex ) : int | ||
getBaseCacheIndex ( bool xflip, bool yflip, int palette ) : int |
public DrawAnimatedPalette ( |
||
canvas | ||
pos | ||
xflip | bool | |
yflip | bool | |
palette | int | |
animatedPaletteIndex | int | |
isAnimatedTile | bool | |
return | void |
public DrawAnimatedTile ( |
||
canvas | ||
pos | ||
xflip | bool | |
yflip | bool | |
palette | int | |
animatedTileIndex | int | |
return | void |
public DrawBase ( |
||
canvas | ||
pos | ||
xflip | bool | |
yflip | bool | |
palette | int | |
isAnimatedTile | bool | |
return | void |
public Tile ( int colors ) : System.Collections.Generic | ||
colors | int | |
return | System.Collections.Generic |