MmMessage with Vector3 payload
More...
|
| | MmMessageVector3 () |
| | Creates a basic MmMessageVector3 More...
|
| |
| | MmMessageVector3 (MmMetadataBlock metadataBlock=null) |
| | Creates a basic MmMessageVector3, with a control block More...
|
| |
| | MmMessageVector3 (Vector3 iVal, MmMethod mmMethod=default(MmMethod), MmMetadataBlock metadataBlock=null) |
| | Create an MmMessage, with control block, MmMethod, and a Vector3 More...
|
| |
| | MmMessageVector3 (MmMessageVector3 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 Vector3 payload
◆ MmMessageVector3() [1/4]
| MercuryMessaging.MmMessageVector3.MmMessageVector3 |
( |
| ) |
|
◆ MmMessageVector3() [2/4]
| MercuryMessaging.MmMessageVector3.MmMessageVector3 |
( |
MmMetadataBlock |
metadataBlock = null | ) |
|
Creates a basic MmMessageVector3, with a control block
- Parameters
-
| metadataBlock | Object defining the routing of messages |
◆ MmMessageVector3() [3/4]
Create an MmMessage, with control block, MmMethod, and a Vector3
- Parameters
-
| iVal | Vector3 payload |
| mmMethod | Identifier of target MmMethod |
| metadataBlock | Object defining the routing of messages |
◆ MmMessageVector3() [4/4]
◆ Copy()
| override MmMessage MercuryMessaging.MmMessageVector3.Copy |
( |
| ) |
|
|
virtual |
◆ Deserialize()
| override void MercuryMessaging.MmMessageVector3.Deserialize |
( |
NetworkReader |
reader | ) |
|
Deserialize the message
- Parameters
-
| reader | UNET based deserializer object |
◆ Serialize()
| override void MercuryMessaging.MmMessageVector3.Serialize |
( |
NetworkWriter |
writer | ) |
|
Serialize the MmMessage
- Parameters
-
| writer | UNET based serializer |
◆ value
| Vector3 MercuryMessaging.MmMessageVector3.value |
The documentation for this class was generated from the following file:
- C:/Users/ce223/Documents/Projects/MercuryMessaging/Assets/MercuryMessaging/Protocol/Message/MmMessageVector3.cs