Interface IContext<TSelf> | Data Flow Graph | 0.19.0-preview.7
docs.unity3d.com
    Show / Hide Table of Contents

    Interface IContext<TSelf>

    A common base interface shared by all simulation callback contexts which allows them to share a common API through the use of extension methods. User code should use CommonContext for local implementation of helper methods rather than being written against this interface.

    Namespace: Unity.DataFlowGraph.Detail
    Syntax
    public interface IContext<TSelf>
    Type Parameters
    Name Description
    TSelf

    Properties

    Handle

    A handle to the node being operated on.

    Declaration
    NodeHandle Handle { get; }
    Property Value
    Type Description
    NodeHandle

    Set

    The NodeSetAPI associated with this context.

    Declaration
    NodeSetAPI Set { get; }
    Property Value
    Type Description
    NodeSetAPI
    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