Class TileEntry
Specifies a tile to be used by TesseraGenerator
Namespace: Tessera
Assembly: cs.temp.dll.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 |
---|---|
Single |