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. |
Spawn | Spawn target objects or types of object. |
Transformation | Movement, rotation and scaling of objects. |
UI | UI related actions. |
UnityEvent | Call unity event. |
Vibration | Vibrate the virtual controller. |