Click or drag to resize

IMultiModelReceiverReceiveCustomMessage Method

Receive a custom message.

Namespace:  Demo3D.MultiModel.Client
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 17.00.05
Syntax
C#
void ReceiveCustomMessage(
	string? contents
)

Parameters

contents
Type: SystemString
The contents of the received message.
See Also