docs.unity3d.com
Search Results for

    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
    Assembly: Unity.InputSystem.dll
    Syntax
    public struct InputRemoting.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
    int

    type

    Declaration
    public InputRemoting.MessageType type
    Field Value
    Type Description
    InputRemoting.MessageType
    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)