Show / Hide Table of Contents

Class InstantiateOutput

Inheritance
Object
InstantiateOutput
Implements
ITesseraTileOutput
Namespace: Tessera
Assembly: cs.temp.dll.dll
Syntax
public class InstantiateOutput : ITesseraTileOutput

Constructors

InstantiateOutput(Transform)

Declaration
public InstantiateOutput(Transform transform)
Parameters
Type Name Description
Transform transform

Properties

IsEmpty

Declaration
public bool IsEmpty { get; }
Property Value
Type Description
Boolean

SupportsIncremental

Declaration
public bool SupportsIncremental { get; }
Property Value
Type Description
Boolean

Methods

ClearTiles(IEngineInterface)

Declaration
public void ClearTiles(IEngineInterface engine)
Parameters
Type Name Description
IEngineInterface engine

UpdateTiles(TesseraCompletion, IEngineInterface)

Declaration
public void UpdateTiles(TesseraCompletion completion, IEngineInterface engine)
Parameters
Type Name Description
TesseraCompletion completion
IEngineInterface engine

Implements

ITesseraTileOutput
Back to top Generated by DocFX