MmMessage with Vector4 payload
More...
|
| | MmMessageVector4 () |
| | Creates a basic MmMessageVector4 More...
|
| |
| | MmMessageVector4 (MmMetadataBlock metadataBlock=null) |
| | Creates a basic MmMessageVector4, with a control block More...
|
| |
| | MmMessageVector4 (Vector4 iVal, MmMethod mmMethod=default(MmMethod), MmMetadataBlock metadataBlock=null) |
| | Create an MmMessage, with control block, MmMethod, and a Vector4 More...
|
| |
| | MmMessageVector4 (MmMessageVector4 message) |
| | Duplicate an MmMessage More...
|
| |
| override MmMessage | Copy () |
| | Message copy method More...
|
| |
| override void | Deserialize (NetworkReader reader) |
| | Deserialize the message More...
|
| |
| override void | Serialize (NetworkWriter writer) |
| | Serialize the MmMessage More...
|
| |
| | MmMessage () |
| | Creates a basic MmMessage with a default control block More...
|
| |
| | MmMessage (MmMetadataBlock metadataBlock) |
| | Creates a basic MmMessage with the passed control block. More...
|
| |
| | MmMessage (MmMethod mmMethod, MmMetadataBlock metadataBlock=null) |
| | Create an MmMessage, with defined control block and MmMethod More...
|
| |
| | MmMessage (MmMethod mmMethod, MmLevelFilter levelFilter, MmActiveFilter activeFilter, MmSelectedFilter selectedFilter, MmNetworkFilter networkFilter) |
| | Create an MmMessage, with filters defined directly More...
|
| |
| | MmMessage (MmMessage message) |
| | Duplicate an MmMessage More...
|
| |
| override void | Deserialize (NetworkReader reader) |
| | Deserialize the MmMessage More...
|
| |
| override void | Serialize (NetworkWriter writer) |
| | Serialize the MmMessage More...
|
| |
MmMessage with Vector4 payload
◆ MmMessageVector4() [1/4]
| MercuryMessaging.MmMessageVector4.MmMessageVector4 |
( |
| ) |
|
◆ MmMessageVector4() [2/4]
| MercuryMessaging.MmMessageVector4.MmMessageVector4 |
( |
MmMetadataBlock |
metadataBlock = null | ) |
|
Creates a basic MmMessageVector4, with a control block
- Parameters
-
| metadataBlock | Object defining the routing of messages |
◆ MmMessageVector4() [3/4]
Create an MmMessage, with control block, MmMethod, and a Vector4
- Parameters
-
| iVal | Vector4 payload |
| mmMethod | Identifier of target MmMethod |
| metadataBlock | Object defining the routing of messages |
◆ MmMessageVector4() [4/4]
◆ Copy()
| override MmMessage MercuryMessaging.MmMessageVector4.Copy |
( |
| ) |
|
|
virtual |
◆ Deserialize()
| override void MercuryMessaging.MmMessageVector4.Deserialize |
( |
NetworkReader |
reader | ) |
|
Deserialize the message
- Parameters
-
| reader | UNET based deserializer object |
◆ Serialize()
| override void MercuryMessaging.MmMessageVector4.Serialize |
( |
NetworkWriter |
writer | ) |
|
Serialize the MmMessage
- Parameters
-
| writer | UNET based serializer |
◆ value
| Vector4 MercuryMessaging.MmMessageVector4.value |
The documentation for this class was generated from the following file:
- C:/Users/ce223/Documents/Projects/MercuryMessaging/Assets/MercuryMessaging/Protocol/Message/MmMessageVector4.cs