Struct CommandMessage
Implements
Namespace: Mirror
Assembly: doc.dll
Syntax
public struct CommandMessage : NetworkMessage
Fields
| Improve this Doc View SourcecomponentIndex
Declaration
public byte componentIndex
Field Value
Type | Description |
---|---|
Byte |
functionHash
Declaration
public ushort functionHash
Field Value
Type | Description |
---|---|
UInt16 |
netId
Declaration
public uint netId
Field Value
Type | Description |
---|---|
UInt32 |
payload
Declaration
public ArraySegment<byte> payload
Field Value
Type | Description |
---|---|
ArraySegment<Byte> |