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