Class Batch
Class of batch file setup.
批次檔設定的類別。
Inheritance
System.Object
Batch
Namespace: Votanic.vXR.vCast.Core
Assembly: Votanic.vXR.dll
Syntax
[Serializable]
public class Batch
Fields
configName
The name for reading the system config file.
讀取系統配置文件的名稱。
Declaration
[Tooltip("The name for reading the system config file.\n讀取系統配置文件的名稱。")]
public string configName
Field Value
Type | Description |
---|---|
System.String |
name
Identifier of batch file.
批次檔辨識。
Declaration
[Tooltip("Identifier of batch file.\n批次檔辨識。")]
public string name
Field Value
Type | Description |
---|---|
System.String |
referenceConfig
The name for reading the reference system config file.
讀取用作參考用途的系統配置文件的名稱。
Declaration
[HideInInspector]
public string referenceConfig
Field Value
Type | Description |
---|---|
System.String |
settingName
The name for reading the project setting file.
讀取項目設置文件的名稱。
Declaration
[HideInInspector]
public string settingName
Field Value
Type | Description |
---|---|
System.String |
type
Operation environment setting for batch file.
批次檔的作業環境設定。
Declaration
[Tooltip("Operation environment setting for batch file.\n批次檔的作業環境設定。")]
public BatchType type
Field Value
Type | Description |
---|---|
BatchType |