Interface ICompositorGraphSlotSimulationData
Namespace: Unity.Compositor
Syntax
public interface ICompositorGraphSlotSimulationData
Properties
CachedGraphReference
Declaration
BlobAssetReference<Graph> CachedGraphReference { get; set; }
Property Value
| Type | Description |
|---|---|
| BlobAssetReference<Graph> |
Nodes
Declaration
Dictionary<CompositorNodeID, NodeHandle> Nodes { get; set; }
Property Value
| Type | Description |
|---|---|
| Dictionary<CompositorNodeID, NodeHandle> |