Метод | Описание | |
---|---|---|
MakeRenderDirty ( ) : void |
Signals to the tile that it should be repainted even if it has not changed since the last repaint. Generally should only be used through Window.Invalidate(). |
|
MakeStackDirty ( ) : void |
Signals to the tile that it should rebuild it's RegionTile stack. Generally should only be used through Window.Invalidate(). |
|
MarkRenderClean ( ) : void |
Signals to the tile that it shall be considered non-dirty until the tile is again updated. Should only be called by the renderer, but maybe there's a case for an end user to call it, I don't know. |
|
MarkStackClean ( ) : void |
Signals to the tile that it's stack is now clean.
|
Метод | Описание | |
---|---|---|
DisplayTile ( |
Constructor.
|
|
RebuildRegionTiles ( ) : void |
Rebuilds our cached list of regiontiles that affect this displaytile
|