Class DLCBuildEvent
- Namespace
- DLCToolkit.BuildTools.Events
- Assembly
- DLCToolkit.BuildTools.dll
Implement this event base when you want to hook into DLC pre or post build events. Use with DLCPreBuildAttribute or DLCPostBuildAttribute.
public abstract class DLCBuildEvent
- Inheritance
-
DLCBuildEvent
Methods
OnBuildEvent()
Called while building DLC content.
public abstract void OnBuildEvent()