Class DLCBuildTask
- Namespace
- DLCToolkit.BuildTools
- Assembly
- DLCToolkit.BuildTools.dll
Represents an individual build task of a DLC profile for a specific build platform.
public sealed class DLCBuildTask
- Inheritance
-
DLCBuildTask
Properties
OutputPath
The output path for this build if successful or empty string if not.
public string OutputPath { get; }
Property Value
PlatformProfile
The DLC platform profile for this build.
public DLCPlatformProfile PlatformProfile { get; }
Property Value
Profile
The DLC profile for this build.
public DLCProfile Profile { get; }
Property Value
Success
Was the build successful.
public bool Success { get; }