Mirror::CommandMessage
Inherits from NetworkMessage
Public Attributes
Name | |
---|---|
uint | netId |
int | componentIndex |
int | functionHash |
ArraySegment< byte > | payload |
Public Attributes Documentation
variable netId
uint netId;
variable componentIndex
int componentIndex;
variable functionHash
int functionHash;
variable payload
ArraySegment< byte > payload;
Updated on 24 January 2021 at 23:47:08 UTC