Class DLCBuildProfileEvent
- Namespace
- DLCToolkit.BuildTools.Events
- Assembly
- DLCToolkit.BuildTools.dll
Implement this event base when you want to hook into DLC build profile event. Use with DLCPreBuildProfileAttribute.
public abstract class DLCBuildProfileEvent
- Inheritance
-
DLCBuildProfileEvent
Methods
OnBuildProfileEvent(DLCProfile)
Called while building DLC content for the specified profile.
public abstract void OnBuildProfileEvent(DLCProfile profile)
Parameters
profile
DLCProfileThe profile that is currently being built