Struct DSLInputEndpoint<TDSLHandler> | Data Flow Graph | 0.19.0-preview.7
docs.unity3d.com
    Show / Hide Table of Contents

    Struct DSLInputEndpoint<TDSLHandler>

    A directed, strongly-typed domain specific input endpoint. See for more information. You can use this in various topology APIs, like Connect<TLeft, TRight>(TLeft, TRight).

    DSLOutputEndpoint<TDSLHandler> Tie<TCompleteDefinition, TDSLDefinition, IDSL>(DSLInput<TCompleteDefinition, TDSLDefinition, IDSL>)
    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 DSLInputEndpoint<TDSLHandler> : IConcrete, IInputEndpoint, IEndpoint, IInternalEndpoint, IConnectableWith<DSLOutputEndpoint<TDSLHandler>> where TDSLHandler : class, IDSLHandler, new()
    Type Parameters
    Name Description
    TDSLHandler

    Properties

    Category

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

    Endpoint

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

    Operators

    Implicit(DSLInputEndpoint<TDSLHandler> to InputEndpoint)

    Declaration
    public static implicit operator InputEndpoint(in DSLInputEndpoint<TDSLHandler> operand)
    Parameters
    Type Name Description
    DSLInputEndpoint<TDSLHandler> operand
    Returns
    Type Description
    InputEndpoint
    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