Class TesseraVolume
Namespace: Tessera
Assembly: cs.temp.dll.dll
Syntax
public class TesseraVolume : MonoBehaviour
Fields
generator
No effect on behaviour, setting this improves the UI in the Unity inspector.
Declaration
public TesseraGenerator generator
Field Value
Type | Description |
---|---|
TesseraGenerator |
invertArea
If false, affect all cells inside the volume's colliders. If true, affect all cells outside.
Declaration
public bool invertArea
Field Value
Type | Description |
---|---|
Boolean |
tiles
The list of tiles to filter on.
Declaration
public List<TesseraTileBase> tiles
Field Value
Type | Description |
---|---|
List<TesseraTileBase> |
volumeType
Controls the behaviour of this volume
Declaration
public VolumeType volumeType
Field Value
Type | Description |
---|---|
VolumeType |