Enum ConditionType
Condition types of behaviour in Scenario System.
劇情系統的行為條件類型。
Namespace: Votanic.vXR.vGear.Scenario
Assembly: Votanic.vXR.dll
Syntax
[Serializable]
public enum ConditionType
Fields
Name | Description |
---|---|
BehaviourTriggered | Target behaviours triggered at least one time. |
Collision | Target objects or types of objects collided with collisioner. |
CommandValue | Get a floating value from VotanicXR command. |
Destroy | Target objects or types of objects destroyed from Scenario System. |
Disable | Target objects or types of objects disabled from Scenario System. |
Enable | Target objects or types of objects enabled from Scenario System. |
Input | Get an input from device. |
Interaction | Interact with interactables. |
Probability | Random value from 0 to 1 that larger than set value. |
ReceiveCommand | Receive VotanicXR command. |
Region | Target objects or types of objects in positioner region. |
SliderValue | Get a floating value from slider. |
Spawn | Types of objects spawned from Scenario System. |
Timer | Time flow in seconds. |