| 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.7.0.0 (3.7.0.0)
Syntax public void ShowHands(
bool isVisible
)
Parameters
- isVisible
- Type: SystemBoolean
Determines the visibility of the hand model
See Also