docs.unity.cn
    Show / Hide Table of Contents

    Struct InputRemoting.Message

    A message exchanged between two InputRemoting instances.

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Namespace: UnityEngine.InputSystem
    Syntax
    public struct Message

    Fields

    data

    Declaration
    public byte[] data
    Field Value
    Type Description
    Byte[]

    participantId

    For messages coming in, numeric ID of the sender of the message. For messages going out, numeric ID of the targeted receiver of the message.

    Declaration
    public int participantId
    Field Value
    Type Description
    Int32

    type

    Declaration
    public InputRemoting.MessageType type
    Field Value
    Type Description
    InputRemoting.MessageType
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Thursday, November 3, 2022
    Terms of use