Class DataFlowGraphBridge | DOTS Timeline | 0.4.0-preview.5
docs.unity3d.com
    Show / Hide Table of Contents

    Class DataFlowGraphBridge

    Default Implementation of a IDataFlowGraphBridge

    Inheritance
    Object
    DataFlowGraphBridge
    Namespace: Unity.Timeline.Animation
    Syntax
    public class DataFlowGraphBridge : IDisposable, IDataFlowGraphBridge

    Constructors

    DataFlowGraphBridge()

    Declaration
    public DataFlowGraphBridge()

    DataFlowGraphBridge(NodeSet)

    Declaration
    public DataFlowGraphBridge(NodeSet nodeSet)
    Parameters
    Type Name Description
    NodeSet nodeSet

    Properties

    Set

    Declaration
    public NodeSet Set { get; }
    Property Value
    Type Description
    NodeSet
    Implements
    IDataFlowGraphBridge.Set

    Methods

    Create<TDefinition>()

    Declaration
    public NodeHandle<TDefinition> Create<TDefinition>()
        where TDefinition : NodeDefinition, new()
    Returns
    Type Description
    NodeHandle<TDefinition>
    Type Parameters
    Name Description
    TDefinition
    Implements
    IDataFlowGraphBridge.Create<TDefinition>()

    CreateComponentNode(Entity)

    Declaration
    public NodeHandle<ComponentNode> CreateComponentNode(Entity entity)
    Parameters
    Type Name Description
    Entity entity
    Returns
    Type Description
    NodeHandle<ComponentNode>
    Implements
    IDataFlowGraphBridge.CreateComponentNode(Entity)

    DestroyAllNodesAndGraphs()

    Declaration
    public void DestroyAllNodesAndGraphs()

    Dispose()

    Declaration
    public void Dispose()

    RemoveNode(NodeHandle)

    Declaration
    public void RemoveNode(NodeHandle nodeHandle)
    Parameters
    Type Name Description
    NodeHandle nodeHandle
    Implements
    IDataFlowGraphBridge.RemoveNode(NodeHandle)
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023