Class Advanced
Optional elements to initialize the XR system.
XR 系統初始化的可選元素。
Inheritance
System.Object
Advanced
Namespace: Votanic.vXR.vGear
Assembly: Votanic.vXR.dll
Syntax
[Serializable]
public class Advanced
Fields
applyLandingMenu
Apply the landing menu if true.
當 true 時應用登陸選單。
Declaration
[Tooltip("Apply the landing menu.\n應用登陸選單。")]
public bool applyLandingMenu
Field Value
Type | Description |
---|---|
System.Boolean |
landingMenuPrefab
Prefab of landing menu. Can be null.
登陸選單預戴體。可為空。
Declaration
[Tooltip("Prefab of landing menu. Can be null.\n登陸選單預戴體。可為空。")]
public vGear_Landing landingMenuPrefab
Field Value
Type | Description |
---|---|
vGear_Landing |
maxStorePoint
Number of teleported points can be stored.
最多可儲存的已傳送點。
Declaration
[Tooltip("Number of teleported points can be stored.\n最多可儲存的已傳送點。")]
public int maxStorePoint
Field Value
Type | Description |
---|---|
System.Int32 |
waypointPrefab
Prefab of waypoint. Can be null.
傳送點預戴體。可為空。
Declaration
[Tooltip("Prefab of waypoint. Can be null.\n傳送點預戴體。可為空。")]
public vGear_Waypoint waypointPrefab
Field Value
Type | Description |
---|---|
vGear_Waypoint |