Class UserTouchWall
Optional elements to initialize the XR system.
XR 系統初始化的可選元素。
Inheritance
System.Object
UserTouchWall
Namespace: Votanic.vXR.vCast
Assembly: Votanic.vXR.dll
Syntax
[Serializable]
public class UserTouchWall
Fields
fadeColor
Fade out color.
淡出顏色。
Declaration
[Tooltip("Fade out color.\n淡出顏色。")]
public Color fadeColor
Field Value
Type | Description |
---|---|
UnityEngine.Color |
fadeDuration
Fade duration.
淡入淡出時間。
Declaration
[Tooltip("Fade duration.\n淡入淡出時間。")]
public float fadeDuration
Field Value
Type | Description |
---|---|
System.Single |
navigateInWall
User can navigate by controller in wall if true.
當 true 時使用者可在牆壁內以控制器導航。
Declaration
[Tooltip("User can navigate by controller in wall.\n使用者可在牆壁內以控制器導航。")]
public bool navigateInWall
Field Value
Type | Description |
---|---|
System.Boolean |