Search Results for

    Show / Hide Table of Contents

    Class TileEntry

    Specifies a tile to be used by TesseraGenerator

    Inheritance
    object
    TileEntry
    Namespace: Tessera
    Assembly: Tessera.dll
    Syntax
    [Serializable]
    public class TileEntry

    Fields

    tile

    The tile to use

    Declaration
    public TesseraTileBase tile
    Field Value
    Type Description
    TesseraTileBase

    weight

    The weight controls the relative probability of this tile being selected. I.e. tile wiht weight of 2.0 is twice common in the generation than a tile with weight 1.0.

    Declaration
    public float weight
    Field Value
    Type Description
    float
    In this article
    Back to top Generated by DocFX