Click or drag to resize

ControllerShowHands Method

Changes the visibility of the avatar hand model associated with this controller. Note that when calling this method, the isVisible parameter will be stored locally and is only used to determine the hand's visibility whenever it is not engaged with an object. When the hand is engaged, it will always be hidden regardless of the value passed in.

Namespace:  ImmerseSDK.Controllers
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public void ShowHands(
	bool isVisible,
	float fadeTime = 0f
)

Parameters

isVisible
Type: SystemBoolean
Determines the visibility of the hand model
fadeTime (Optional)
Type: SystemSingle
See Also