Show / Hide Table of Contents

Class TileEntry

Specifies a tile to be used by TesseraGenerator

Inheritance
Object
TileEntry
Namespace: Tessera
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class TileEntry

Fields

tile

The tile to use

Declaration
public TesseraTile tile
Field Value
Type Description
TesseraTile

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
Single
Back to top Generated by DocFX