docs.unity3d.com
    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
    Terms of use
    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