Struct InputRemoting.Message
A message exchanged between two InputRemoting instances.
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 |