Interface IDeterministicIdentifiers
Base interface for the generating deterministic identifiers for different parts of the build pipeline.
Namespace: UnityEditor.Build.Pipeline.Interfaces
Assembly: solution.dll
Syntax
public interface IDeterministicIdentifiers : IContextObject
Methods
| Name | Description |
|---|---|
| GenerateInternalFileName(string) | Generates a deterministic internal file name from the passed in name. |
| SerializationIndexFromObjectIdentifier(ObjectIdentifier) | Generates a deterministic id for a given object in the build. |