Click or drag to resize

EngageableObjectTrackingEngage Method

Attempt to Engage this object. If this is successfull, then a Ghost message is broadcast and the return value is true.

Namespace:  ImmerseSDK.Interaction
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public bool Engage(
	Avatar avatar,
	Hands hand,
	bool engage
)

Parameters

avatar
Type: ImmerseSDK.AvatarsAvatar
hand
Type: ImmerseSDK.AvatarsHands
engage
Type: SystemBoolean

Return Value

Type: Boolean
True if engagement can continue, otherwise false

Implements

IEngageableObjectEngage(Avatar, Hands, Boolean)
See Also