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
DLCProfileThe profile that is currently being built
platformProfile
DLCPlatformProfileThe platform that is currently being build