Struct AnimationCompositorNodeDefinition.NodeData
Syntax
public struct NodeData : INodeData, ICompositorRootSimulationData, ICompositorGraphSlotSimulationData
Fields
CachedRig
Declaration
Field Value
Properties
CachedGraphReference
Declaration
public BlobAssetReference<Graph> CachedGraphReference { get; set; }
Property Value
Implements
ComponentNode
Declaration
public NodeHandle<ComponentNode> ComponentNode { get; set; }
Property Value
Implements
Nodes
Declaration
public Dictionary<CompositorNodeID, NodeHandle> Nodes { get; set; }
Property Value
Implements