Click or drag to resize

IMultiModelSenderOnReceiverUpdated Method

Update the sender with the current receivers description.

Namespace:  Demo3D.MultiModel.Client
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.04.00
Syntax
C#
void OnReceiverUpdated(
	ReceiverDescription receiver
)

Parameters

receiver
Type: Demo3D.MultiModel.SharedReceiverDescription

[Missing <param name="receiver"/> documentation for "M:Demo3D.MultiModel.Client.IMultiModelSender.OnReceiverUpdated(Demo3D.MultiModel.Shared.ReceiverDescription)"]

See Also