Class LinearPackedIdentifiers
Generates identifiers linearly for built content. Only deterministic if object order and initial Index is deterministic.
Inherited Members
Namespace: UnityEditor.Build.Pipeline
Assembly: solution.dll
Syntax
public class LinearPackedIdentifiers : IDeterministicIdentifiers, IContextObject
Constructors
| Name | Description |
|---|---|
| LinearPackedIdentifiers(long) | Default constructor, takes an initial index at which to start linear id assignment. |
Properties
| Name | Description |
|---|---|
| Index | The index at which to start linear id assignment. |
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. |