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