Class Console
Console mode setting of XR system.
XR 系統控制台模式設定。
Inheritance
System.Object
Console
Namespace: Votanic.vXR.vCast.Core
Assembly: Votanic.vXR.dll
Syntax
[Serializable]
public class Console
Fields
alwaysOnCameras
Moved to essential class.
已移至必需類別。
Declaration
[Obsolete]
[HideInInspector]
[Tooltip("Moved to essential class.\n已移至必需類別。")]
public List<Camera> alwaysOnCameras
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<UnityEngine.Camera> |
consoleCameras
The cameras that will be enabled on console mode.
啟用於控制台模式的相機。
Declaration
[Tooltip("The cameras that will be enabled on console mode.\n啟用於控制台模式的相機。")]
public List<Camera> consoleCameras
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<UnityEngine.Camera> |
offset
Console mode screen offset.
控制台模式螢幕位置校正。
Declaration
[Tooltip("Console mode screen offset.\n控制台模式螢幕位置校正。")]
public Vector2 offset
Field Value
Type | Description |
---|---|
UnityEngine.Vector2 |
resolution
Console mode screen size.
控制台模式螢幕大小。
Declaration
[Tooltip("Console mode screen size.\n控制台模式螢幕大小。")]
public Vector2 resolution
Field Value
Type | Description |
---|---|
UnityEngine.Vector2 |
switchOn
State of mode.
模式狀態。
Declaration
[Tooltip("State of mode.\n模式狀態。")]
public bool switchOn
Field Value
Type | Description |
---|---|
System.Boolean |