Click or drag to resize

HandGuiRemoveCommandsFromPage Method

Removes commands from an existing page to the HandGui.

Namespace:  ImmerseSDK.UI
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public bool RemoveCommandsFromPage(
	string id,
	List<UICommand> commands
)

Parameters

id
Type: SystemString
commands
Type: System.Collections.GenericListUICommand

Return Value

Type: Boolean
See Also