Click or drag to resize

EasyDialOnReceiveDisengage Method

Called when an object engagement ends (when network message is received). Note: All users (local and remote) will receive this.

Namespace:  ImmerseSDK.Interaction
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
protected override bool OnReceiveDisengage(
	Avatar avatar,
	Hands hand,
	UserID sender,
	byte[] payload
)

Parameters

avatar
Type: ImmerseSDK.AvatarsAvatar
hand
Type: ImmerseSDK.AvatarsHands
sender
Type: ImmerseSDK.SessionsUserID
payload
Type: SystemByte

Return Value

Type: Boolean
See Also