docs.unity.cn
    Show / Hide Table of Contents

    Class RpcInputAttribute

    Inheritance
    Object
    Attribute
    RpcInputAttribute
    Namespace: Unity.Reflect.ActorFramework
    Syntax
    public class RpcInputAttribute : Attribute, _Attribute, IInputAttribute, IPortAttribute

    Constructors

    RpcInputAttribute()

    Declaration
    public RpcInputAttribute()

    RpcInputAttribute(String, String)

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