Table of Contents

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

string

PlatformProfile

The DLC platform profile for this build.

public DLCPlatformProfile PlatformProfile { get; }

Property Value

DLCPlatformProfile

Profile

The DLC profile for this build.

public DLCProfile Profile { get; }

Property Value

DLCProfile

Success

Was the build successful.

public bool Success { get; }

Property Value

bool