Method OnPreprocessBuildExt
OnPreprocessBuildExt(BuildReport)
Called during the build process when the feature is enabled. Implement this function to receive a callback before the build starts.
Declaration
protected abstract void OnPreprocessBuildExt(BuildReport report)
Parameters
Type | Name | Description |
---|---|---|
BuildReport | report | Report that contains information about the build, such as its target platform and output path. |