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