Table of Contents

Class DLCBuildPlatformProfileResultEvent

Namespace
DLCToolkit.BuildTools.Events
Assembly
DLCToolkit.BuildTools.dll

Implement this event base when you want to hook into the DLC build profile platform completed event. Use with DLCPostBuildPlatformProfileAttribute

public abstract class DLCBuildPlatformProfileResultEvent
Inheritance
DLCBuildPlatformProfileResultEvent

Methods

OnBuildProfileEvent(DLCProfile, DLCPlatformProfile, bool, string)

Called while building DLC content for the specified profile and platform with result information.

public abstract void OnBuildProfileEvent(DLCProfile profile, DLCPlatformProfile platformProfile, bool success, string output)

Parameters

profile DLCProfile

The profile that was built

platformProfile DLCPlatformProfile

The platform that was built

success bool

Did the build succeed

output string

The output path of the DLC content file