IMultiModelReceiverReceiveCustomMessage Method |
Receive a custom message.
Namespace:
Demo3D.MultiModel.Client
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 17.00.05
Syntaxvoid ReceiveCustomMessage(
string? contents
)
Parameters
- contents
- Type: SystemString
The contents of the received message.
See Also