Class Attribute
All attributes of the XR system.
XR 系統中的各種屬性。
Inheritance
System.Object
Attribute
Namespace: Votanic.vXR.vCast
Assembly: Votanic.vXR.dll
Syntax
[Serializable]
public class Attribute
Fields
debug
Enable Debug for custom uses and showing debug message.
啟用偵錯,用於自定義用途及顯示偵錯訊息。
Declaration
[Tooltip("Enable Debug for custom uses and showing debug message.\n啟用偵錯,用於自定義用途及顯示偵錯訊息。")]
public bool debug
Field Value
Type | Description |
---|---|
System.Boolean |
soul
Enable Soul for ignoring user free falling and wall collisions.
啟用靈魂,令使用者無視自由落體及牆壁碰撞。
Declaration
[Tooltip("Enable Soul for ignoring user free falling and wall collisions.\n啟用靈魂,令使用者無視自由落體及牆壁碰撞。")]
public bool soul
Field Value
Type | Description |
---|---|
System.Boolean |
stereo
Enable Stereo for displaying stereo image.
啟用立體,以顯示立體影像。
Declaration
[Tooltip("Enable Stereo for displaying stereo image.\n啟用立體,以顯示立體影像。")]
public bool stereo
Field Value
Type | Description |
---|---|
System.Boolean |
test3D
Enable Test3D for checking XR camera eyes image.
啟用測試 3D ,檢查 XR 相機各眼影像。
Declaration
[Tooltip("Enable Test3D for checking XR camera eyes image.\n啟用測試 3D ,檢查 XR 相機各眼影像。")]
public bool test3D
Field Value
Type | Description |
---|---|
System.Boolean |
tracking
Enable Tracking for tracing trackers.
啟用定位,以捕捉定位器。
Declaration
[Tooltip("Enable Tracking for tracing trackers.\n啟用定位,以捕捉定位器。")]
public bool tracking
Field Value
Type | Description |
---|---|
System.Boolean |
traveler
Enable Traveler for user navigation by controller.
啟用旅行者,令使用者能夠以控制器導航。
Declaration
[Tooltip("Enable Traveler for user navigation by controller.\n啟用旅行者,令使用者能夠以控制器導航。")]
public bool traveler
Field Value
Type | Description |
---|---|
System.Boolean |