Class GameCooker.Options
Build options data.
Inheritance
System.Object
GameCooker.Options
Namespace: FlaxEditor
Assembly: FlaxEngine.CSharp.dll
Syntax
public sealed class Options : ValueType
Fields
Configuration
The build configuration.
Declaration
public BuildConfiguration Configuration
Field Value
BuildConfiguration
|
Flags
OutputPath
The output path (normalized, absolute).
Declaration
public string OutputPath
Field Value
System.String
|