Click or drag to resize

HandUIViewShowHelpText Method

Shows Help text (or hides the shelf if none needed)

Namespace:  ImmerseSDK.UI
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public void ShowHelpText(
	bool shouldShow,
	string helpText
)

Parameters

shouldShow
Type: SystemBoolean
helpText
Type: SystemString

Implements

IHandUIViewShowHelpText(Boolean, String)
See Also