Interface ITesseraTileOutput
Namespace: Tessera
Assembly: cs.temp.dll.dll
Syntax
public interface ITesseraTileOutput
Properties
IsEmpty
Is the output currently empty.
Declaration
bool IsEmpty { get; }
Property Value
Type | Description |
---|---|
Boolean |
SupportsIncremental
Is this output safe to use with AnimatedGenerator
Declaration
bool SupportsIncremental { get; }
Property Value
Type | Description |
---|---|
Boolean |
Methods
ClearTiles()
Clear the output
Declaration
void ClearTiles()
UpdateTiles(TesseraCompletion)
Update a chunk of tiles. If inremental updates are supported, then:
- Tiles can replace other tiles, as indicated by the Cells field.
- A tile of null indicates that the tile should be erased
Declaration
void UpdateTiles(TesseraCompletion completion)
Parameters
Type | Name | Description |
---|---|---|
TesseraCompletion | completion |