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

    Interface IDataFlowGraphBridge

    Bridge interface to collect allocations when building DataFlowGraphs

    Namespace: Unity.Timeline.Animation
    Syntax
    public interface IDataFlowGraphBridge

    Properties

    Set

    Declaration
    NodeSet Set { get; }
    Property Value
    Type Description
    NodeSet

    Methods

    Create<TDefinition>()

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

    CreateComponentNode(Entity)

    Declaration
    NodeHandle<ComponentNode> CreateComponentNode(Entity entity)
    Parameters
    Type Name Description
    Entity entity
    Returns
    Type Description
    NodeHandle<ComponentNode>

    RemoveNode(NodeHandle)

    Declaration
    void RemoveNode(NodeHandle nodeHandle)
    Parameters
    Type Name Description
    NodeHandle 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