Show / Hide Table of Contents

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.
放開交互物。

In This Article
Back to top Generated by DocFX