docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct RpcSendParams

    Generic RPC

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Unity.Netcode
    Assembly: Unity.Netcode.Runtime.dll
    Syntax
    public struct RpcSendParams

    Fields

    LocalDeferMode

    Declaration
    public LocalDeferMode LocalDeferMode
    Field Value
    Type Description
    LocalDeferMode

    Target

    Declaration
    public BaseRpcTarget Target
    Field Value
    Type Description
    BaseRpcTarget

    Operators

    implicit operator RpcSendParams(BaseRpcTarget)

    Declaration
    public static implicit operator RpcSendParams(BaseRpcTarget target)
    Parameters
    Type Name Description
    BaseRpcTarget target
    Returns
    Type Description
    RpcSendParams

    implicit operator RpcSendParams(LocalDeferMode)

    Declaration
    public static implicit operator RpcSendParams(LocalDeferMode deferMode)
    Parameters
    Type Name Description
    LocalDeferMode deferMode
    Returns
    Type Description
    RpcSendParams
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)