Show / Hide Table of Contents

Enum ActionType

Action types of behaviour in Scenario System.
劇情系統的行為動作類型。

Namespace: Votanic.vXR.vGear.Scenario
Assembly: Votanic.vXR.dll
Syntax
[Serializable]
public enum ActionType

Fields

Name Description
Animation

Play or stop animation of an object.
播放或停止物件的動畫。

DebugLog

Add a message to custom debug message at current frame on Info Wall.
在當前幀增加一句自訂偵錯訊息於資訊牆上。

Destroy

Destroy target objects or types of object.
毀滅目標物件或指定物件類型。

Disable

Disable target objects or types of object.
停用目標物件或指定物件類型。

DisableBehaviour

Disable other behaviours.
停用其他行為。

Enable

Enable target objects or types of object.
啟用目標物件或指定物件類型。

EnableBehaviour

Enable other behaviours.
啟用其他行為。

FrameTransformation

Movement and rotation of frame.
框架的移動及旋轉。

Grabbable

Enable or disable grabbable function for interactables.
啟用或停用交互物的抓握功能。

Lighting

Change the light setting.
改變燈光設定。

Media

Media related actions.
媒體相關的動作。

Positioner

Show or hide the positioner.
顯示或隱藏位置偵測器。

PrintLog

Add a message to custom message to current frame on Info Wall.
在當前幀增加一句自訂訊息於資訊牆上。

SendCommand

Send VotanicXR command.
傳送 VotanicXR 指令。

Spawn

Spawn target objects or types of object.
產生目標物件或指定物件類型。

Transformation

Movement, rotation and scaling of objects.
物件的移動、旋轉及放大縮小。

UI

UI related actions.
介面相關的動作。

UnityEvent

Call unity event.
呼叫 Unity 事件。

Vibration

Vibrate the virtual controller.
振動虛擬控制器。

In This Article
Back to top Generated by DocFX