docs.unity.cn
    Show / Hide Table of Contents

    Class PipeInputAttribute

    Inheritance
    Object
    Attribute
    PipeInputAttribute
    Namespace: Unity.Reflect.ActorFramework
    Syntax
    public class PipeInputAttribute : Attribute, _Attribute, IInputAttribute, IPortAttribute

    Constructors

    PipeInputAttribute()

    Declaration
    public PipeInputAttribute()

    PipeInputAttribute(String, String)

    Declaration
    public PipeInputAttribute(string guid = null, string displayName = null)
    Parameters
    Type Name Description
    String guid
    String displayName

    Properties

    DisplayName

    Declaration
    public string DisplayName { get; }
    Property Value
    Type Description
    String
    Implements
    IPortAttribute.DisplayName

    Id

    Declaration
    public string Id { get; }
    Property Value
    Type Description
    String
    Implements
    IPortAttribute.Id

    Methods

    GetInputType(MethodInfo)

    Declaration
    public Type GetInputType(MethodInfo methodInfo)
    Parameters
    Type Name Description
    MethodInfo methodInfo
    Returns
    Type Description
    Type
    Implements
    IInputAttribute.GetInputType(MethodInfo)

    GetLinkTypes(MethodInfo)

    Declaration
    public Type[] GetLinkTypes(MethodInfo methodInfo)
    Parameters
    Type Name Description
    MethodInfo methodInfo
    Returns
    Type Description
    Type[]
    Implements
    IInputAttribute.GetLinkTypes(MethodInfo)
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on 03 February 2022
    Terms of use