Namespace DLCToolkit.BuildTools
Classes
- DLCBuildPipeline
Main API for building DLC content from script.
- DLCBuildResult
Contains information about which aspects of the DLC build request were successful and which were not.
- DLCBuildTask
Represents an individual build task of a DLC profile for a specific build platform.
- DLCPostBuildAttribute
Used to mark a post DLC build event called just after DLC has been built. Must implement DLCBuildEvent base class.
- DLCPostBuildPlatformProfileAttribute
Used to mark a post DLC build event called just after a specific DLC profile platform has been built. Must implement DLCBuildPlatformProfileResultEvent base class.
- DLCPreBuildAttribute
Used to mark a pre DLC build event called just before DLC will be built. Must implement DLCBuildEvent base class.
- DLCPreBuildPlatformProfileAttribute
Used to mark a pre DLC build event called just before a specific DLC profile platform will be built. Must implement DLCBuildPlatformProfileEvent base class.
- DLCPreBuildProfileAttribute
Used to mark a pre DLC build event called just before a specific DLC profile will be built. Must implement DLCBuildProfileEvent base class.
Enums
- DLCBuildOptions
Custom build options for building DLC content. Multiple options can be combined.