Delegate CodeHashGeneratorPostprocessor.OnHashesGenerated
- Namespace
- CodeStage.AntiCheat.EditorCode.PostProcessors
- Assembly
- Build.dll
HashesGenerated event delegate.
public delegate void CodeHashGeneratorPostprocessor.OnHashesGenerated(BuildReport report, IReadOnlyList<BuildHashes> hashedBuilds)
Parameters
reportBuildReportStandard post-build report from Unity.
hashedBuildsIReadOnlyList<BuildHashes>Build hashing results array.