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