docs.unity.cn
    Show / Hide Table of Contents

    Class PipeOutputAttribute

    Inheritance
    Object
    Attribute
    PipeOutputAttribute
    Namespace: Unity.Reflect.ActorFramework
    Syntax
    public class PipeOutputAttribute : Attribute, _Attribute, IOutputAttribute, IPortAttribute

    Constructors

    PipeOutputAttribute()

    Declaration
    public PipeOutputAttribute()

    PipeOutputAttribute(String, String)

    Declaration
    public PipeOutputAttribute(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

    GetLinkTypes(FieldInfo)

    Declaration
    public Type[] GetLinkTypes(FieldInfo fieldInfo)
    Parameters
    Type Name Description
    FieldInfo fieldInfo
    Returns
    Type Description
    Type[]
    Implements
    IOutputAttribute.GetLinkTypes(FieldInfo)

    GetOutputType(FieldInfo)

    Declaration
    public Type GetOutputType(FieldInfo fieldInfo)
    Parameters
    Type Name Description
    FieldInfo fieldInfo
    Returns
    Type Description
    Type
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on 03 February 2022
    Terms of use