Table of Contents

Class DLCBuildPlatformProfileEvent

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

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

public abstract class DLCBuildPlatformProfileEvent
Inheritance
DLCBuildPlatformProfileEvent

Methods

OnBuildProfileEvent(DLCProfile, DLCPlatformProfile)

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

public abstract void OnBuildProfileEvent(DLCProfile profile, DLCPlatformProfile platformProfile)

Parameters

profile DLCProfile

The profile that is currently being built

platformProfile DLCPlatformProfile

The platform that is currently being build