docs.unity3d.com
    Show / Hide Table of Contents

    Class RpcOutputAttribute

    Inheritance
    Object
    Attribute
    RpcOutputAttribute
    Namespace: Unity.Reflect.ActorFramework
    Syntax
    public class RpcOutputAttribute : Attribute, _Attribute, IOutputAttribute, IPortAttribute

    Constructors

    RpcOutputAttribute()

    Declaration
    public RpcOutputAttribute()

    RpcOutputAttribute(Boolean)

    Declaration
    public RpcOutputAttribute(bool optional)
    Parameters
    Type Name Description
    Boolean optional

    RpcOutputAttribute(String, String, Boolean)

    Declaration
    public RpcOutputAttribute(string guid, string displayName, bool optional = false)
    Parameters
    Type Name Description
    String guid
    String displayName
    Boolean optional

    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

    Optional

    Declaration
    public bool Optional { get; }
    Property Value
    Type Description
    Boolean

    Methods

    GetLinkTypes(FieldInfo)

    Declaration
    public Type[] GetLinkTypes(FieldInfo fieldInfo)
    Parameters
    Type Name Description
    FieldInfo fieldInfo
    Returns
    Type Description
    Type[]
    Implements
    IOutputAttribute.GetLinkTypes(FieldInfo)
    Back to top
    Terms of use
    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