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
DLCProfileThe profile that was built
platformProfile
DLCPlatformProfileThe platform that was built
success
boolDid the build succeed
output
stringThe output path of the DLC content file