Struct OutputEndpoint | Data Flow Graph | 0.19.0-preview.7
docs.unity3d.com
    Show / Hide Table of Contents

    Struct OutputEndpoint

    A directed, weak (runtime checked) output endpoint. See for more information. You can use this in various topology APIs, like Connect<TLeft, TRight>(TLeft, TRight).

    InputEndpoint
    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Object.Equals(Object, Object)
    Object.GetType()
    Object.ReferenceEquals(Object, Object)
    Namespace: Unity.DataFlowGraph
    Syntax
    public struct OutputEndpoint : IConcrete, IOutputEndpoint, IEndpoint, IInternalEndpoint, IPotentialDataEndpoint, IConnectableWith<InputEndpoint>

    Properties

    Category

    Declaration
    public PortDescription.Category Category { get; }
    Property Value
    Type Description
    PortDescription.Category
    Implements
    IInternalEndpoint.Category

    Endpoint

    Declaration
    public UnresolvedOutputPair Endpoint { get; }
    Property Value
    Type Description
    UnresolvedOutputPair
    Implements
    IOutputEndpoint.Endpoint

    IsWeak

    Declaration
    public bool IsWeak { get; }
    Property Value
    Type Description
    Boolean
    Implements
    IInternalEndpoint.IsWeak

    Type

    Declaration
    public TypeHash Type { get; }
    Property Value
    Type Description
    TypeHash
    Implements
    IInternalEndpoint.Type
    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