docs.unity3d.com
    Show / Hide Table of Contents

    Class NetOutputAttribute

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

    Constructors

    NetOutputAttribute()

    Declaration
    public NetOutputAttribute()

    NetOutputAttribute(String, String)

    Declaration
    public NetOutputAttribute(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 © 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