docs.unity.cn
    Show / Hide Table of Contents

    Class NetInputAttribute

    Inheritance
    Object
    Attribute
    NetInputAttribute
    Namespace: Unity.Reflect.Actor
    Syntax
    public class NetInputAttribute : Attribute, _Attribute, IInputAttribute, IPortAttribute

    Constructors

    NetInputAttribute()

    Declaration
    public NetInputAttribute()

    NetInputAttribute(String, String)

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

    GetInputMessageType(MethodInfo)

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

    GetInputType(MethodInfo)

    Declaration
    public Type GetInputType(MethodInfo methodInfo)
    Parameters
    Type Name Description
    MethodInfo methodInfo
    Returns
    Type Description
    Type
    Implements
    IInputAttribute.GetInputType(MethodInfo)
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 26 April 2021