docs.unity.cn
    Show / Hide Table of Contents

    Class NetInputAttribute

    Inheritance
    Object
    Attribute
    NetInputAttribute
    Namespace: Unity.Reflect.ActorFramework
    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

    GetInputType(MethodInfo)

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

    GetLinkTypes(MethodInfo)

    Declaration
    public Type[] GetLinkTypes(MethodInfo methodInfo)
    Parameters
    Type Name Description
    MethodInfo methodInfo
    Returns
    Type Description
    Type[]
    Implements
    IInputAttribute.GetLinkTypes(MethodInfo)
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on 03 February 2022
    Terms of use