Class SoundEffect
Sound effect setting of XR system.
XR 系統音效設定。
Inheritance
System.Object
SoundEffect
Namespace: Votanic.vXR.vCast
Assembly: Votanic.vXR.dll
Syntax
[Serializable]
public class SoundEffect
Fields
press
Pressed interactables sfx.
按住交互物音效。
Declaration
[Tooltip("Pressed interactables sfx.\n按住交互物音效。")]
public AudioSource press
Field Value
Type | Description |
---|---|
UnityEngine.AudioSource |
select
Selected interactables sfx.
點選交互物音效。
Declaration
[Tooltip("Selected interactables sfx.\n點選交互物音效。")]
public AudioSource select
Field Value
Type | Description |
---|---|
UnityEngine.AudioSource |
userLevelLock
User level lock sfx.
使用者等級鎖定音效。
Declaration
[Tooltip("User level lock sfx.\n使用者等級鎖定音效。")]
public AudioSource userLevelLock
Field Value
Type | Description |
---|---|
UnityEngine.AudioSource |
userLevelUnlock
User level unlock sfx.
使用者等級解鎖音效。
Declaration
[Tooltip("User level unlock sfx.\n使用者等級解鎖音效。")]
public AudioSource userLevelUnlock
Field Value
Type | Description |
---|---|
UnityEngine.AudioSource |
wallDetect
Wall hit warning sfx.
牆壁觸碰警告音效。
Declaration
[Tooltip("User level lock sfx.\n牆壁觸碰警告音效。")]
public AudioSource wallDetect
Field Value
Type | Description |
---|---|
UnityEngine.AudioSource |