Class TesseraVolume
Inheritance
Object
Component
Behaviour
MonoBehaviour
TesseraVolume
Inherited Members
MonoBehaviour.IsInvoking()
MonoBehaviour.CancelInvoke()
MonoBehaviour.StopCoroutine(Coroutine)
MonoBehaviour.StopAllCoroutines()
MonoBehaviour.useGUILayout
MonoBehaviour.runInEditMode
Behaviour.enabled
Behaviour.isActiveAndEnabled
Component.GetComponent<T>()
Component.TryGetComponent<T>(out T)
Component.GetComponentInChildren<T>()
Component.GetComponentsInChildren<T>()
Component.GetComponentInParent<T>()
Component.GetComponentsInParent<T>()
Component.GetComponents<T>()
Component.transform
Component.gameObject
Component.tag
Object.GetInstanceID()
Object.GetHashCode()
Object.Instantiate(Object, Vector3, Quaternion)
Object.Instantiate(Object, Vector3, Quaternion, Transform)
Object.Instantiate(Object)
Object.Instantiate(Object, Transform)
Object.Instantiate<T>(T)
Object.Instantiate<T>(T, Vector3, Quaternion)
Object.Instantiate<T>(T, Vector3, Quaternion, Transform)
Object.Instantiate<T>(T, Transform)
Object.Destroy(Object)
Object.DestroyImmediate(Object)
Object.DontDestroyOnLoad(Object)
Object.DestroyObject(Object)
Object.FindObjectsOfType<T>()
Object.FindObjectOfType<T>()
Object.ToString()
Object.name
Object.hideFlags
Namespace: Tessera
Assembly: Tessera.dll
Syntax
[AddComponentMenu("Tessera/Tessera Volume", 21)]
public class TesseraVolume : TesseraBaseSceneConstraintComponent
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 |
---|---|
bool |
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 |