Show / Hide Table of Contents

Class TesseraMeshOutput

Attach this to a TesseraGenerator to output the tiles to a single mesh instead of instantiating them.

Note

This class is available only in Tessera Pro

Inheritance
Object
TesseraMeshOutput
Implements
ITesseraTileOutput
Namespace: Tessera
Assembly: cs.temp.dll.dll
Syntax
public class TesseraMeshOutput : MonoBehaviour, ITesseraTileOutput

Fields

targetMeshFilter

Declaration
public MeshFilter targetMeshFilter
Field Value
Type Description
MeshFilter

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