Show / Hide Table of Contents

Class Platform

To decide which platform will be used.
決定會使用哪個平台。

Inheritance
System.Object
Platform
Namespace: Votanic.vXR.vCast.Core
Assembly: Votanic.vXR.dll
Syntax
[Serializable]
public class Platform

Fields

cave

Run in CAVE.
在 CAVE 執行。

Declaration
public bool cave
Field Value
Type Description
System.Boolean

customs

The custom batch files setting for building the project.
自定義建置項目的批次檔設定。

Declaration
[Tooltip("The custom batch files setting for building the project.\n自定義建置項目的批次檔設定。")]
public List<Batch> customs
Field Value
Type Description
System.Collections.Generic.List<Batch>

dome

Run in DOME.
在 DOME 執行。

Declaration
public bool dome
Field Value
Type Description
System.Boolean

hmd

Run in HMD.
在 HMD 執行。

Declaration
public bool hmd
Field Value
Type Description
System.Boolean

pc

Run in PC.
在 PC 執行。

Declaration
public bool pc
Field Value
Type Description
System.Boolean
In This Article
Back to top Generated by DocFX