Search Results for

    Show / Hide Table of Contents

    Class InstantiateOutput

    Inheritance
    object
    InstantiateOutput
    Implements
    ITesseraTileOutput
    Namespace: Tessera
    Assembly: Tessera.dll
    Syntax
    public class InstantiateOutput : ITesseraTileOutput

    Constructors

    InstantiateOutput(Transform)

    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
    Type Description
    bool

    SupportsIncremental

    Is this output safe to use with AnimatedGenerator

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

    Methods

    ClearTiles(IEngineInterface)

    Clear the output

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

    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
    Type Name Description
    TesseraCompletion completion
    IEngineInterface engine

    Implements

    ITesseraTileOutput
    In this article
    Back to top Generated by DocFX