Table of Contents

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

report BuildReport

Standard post-build report from Unity.

hashedBuilds IReadOnlyList<BuildHashes>

Build hashing results array.