Click or drag to resize

EngageableObjectEngage Method

Engage After this is called a Ghost message is broadcast

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