Class ClusterOutput
Inherited Members
Namespace: UnityEditor.Build.Pipeline.Tasks
Assembly: Unity.ScriptableBuildPipeline.Editor.dll
Syntax
public class ClusterOutput : IClusterOutput, IContextObject
Properties
ObjectToCluster
Declaration
public Dictionary<ObjectIdentifier, Hash128> ObjectToCluster { get; }
Property Value
Type | Description |
---|---|
Dictionary<ObjectIdentifier, Hash128> |
ObjectToLocalID
Declaration
public Dictionary<ObjectIdentifier, long> ObjectToLocalID { get; }
Property Value
Type | Description |
---|---|
Dictionary<ObjectIdentifier, long> |