docs.unity.cn
    Show / Hide Table of Contents

    Class EventOutputAttribute

    Inheritance
    Object
    Attribute
    EventOutputAttribute
    Namespace: Unity.Reflect.Actor
    Syntax
    public class EventOutputAttribute : Attribute, _Attribute, IOutputAttribute, IPortAttribute

    Constructors

    EventOutputAttribute()

    Declaration
    public EventOutputAttribute()

    EventOutputAttribute(String, String)

    Declaration
    public EventOutputAttribute(string guid, string displayName)
    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

    GetOutputMessageType(FieldInfo)

    Declaration
    public Type GetOutputMessageType(FieldInfo fieldInfo)
    Parameters
    Type Name Description
    FieldInfo fieldInfo
    Returns
    Type Description
    Type
    Implements
    IOutputAttribute.GetOutputMessageType(FieldInfo)
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 26 April 2021