Class InstantiateOutput
Inheritance
InstantiateOutput
Assembly: cs.temp.dll.dll
Syntax
public class InstantiateOutput : ITesseraTileOutput
Constructors
Declaration
public InstantiateOutput(Transform transform)
Parameters
Type |
Name |
Description |
Transform |
transform |
|
Properties
IsEmpty
Declaration
public bool IsEmpty { get; }
Property Value
SupportsIncremental
Declaration
public bool SupportsIncremental { get; }
Property Value
Methods
ClearTiles(IEngineInterface)
Declaration
public void ClearTiles(IEngineInterface engine)
Parameters
UpdateTiles(TesseraCompletion, IEngineInterface)
Declaration
public void UpdateTiles(TesseraCompletion completion, IEngineInterface engine)
Parameters
Implements