Enum InteractionType
The interaction method of interactables.
與交互物產生互動的方法。
Namespace: Votanic.vXR
Assembly: Votanic.vXR.dll
Syntax
[Serializable]
public enum InteractionType
Fields
Name | Description |
---|---|
ColliderEnter | Collider component enter the interactables. |
ColliderExit | Collider component exit the interactables. |
ColliderStay | Collider component keep collide with the interactables. |
Deselect | Deselect the interactables. |
Down | Click the interactables. |
Drop | Drop or ungrab the interactables. |
Grab | Grabbing the interactables. |
Hold | Holding the interactables for a while. |
Look | Looking at the interactables for a while. |
LookExit | Looking at the interactables for a while and leave the sight. |
LookRepeat | Looking at the interactables for a while and repeat detection. |
LookStay | Looking at the interactables for a while then call command every frame. |
None | No interaction. |
Pick | Pick or grab the interactables. |
Press | Pressing the interactables. |
Select | Select the interactables. |
SelectStay | Keep selecting the interactables. |
Up | Release the interactables. |