Class InstantiateOutput
Inheritance
InstantiateOutput
Assembly: Tessera.dll
Syntax
public class InstantiateOutput : ITesseraTileOutput
Constructors
Declaration
public InstantiateOutput(Transform transform)
Parameters
Type |
Name |
Description |
Transform |
transform |
|
Properties
IsEmpty
Is the output currently empty.
Declaration
public bool IsEmpty { get; }
Property Value
SupportsIncremental
Is this output safe to use with AnimatedGenerator
Declaration
public bool SupportsIncremental { get; }
Property Value
Methods
ClearTiles(IEngineInterface)
Declaration
public void ClearTiles(IEngineInterface engine)
Parameters
UpdateTiles(TesseraCompletion, IEngineInterface)
Update a chunk of tiles.
If incremental 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
public void UpdateTiles(TesseraCompletion completion, IEngineInterface engine)
Parameters
Implements