Show / Hide Table of Contents

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.
在 VotanicXR 指令中取得一個浮點值。

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.
由 0 至 1 的隨機值大於設定值。

ReceiveCommand

Receive VotanicXR command.
接收到 VotanicXR 指令。

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.
以秒數計算的時間流動。

In This Article
Back to top Generated by DocFX