Click or drag to resize

HandUIAddCommandsToPage Method

Adds commands to an existing page to the HandUI.

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

Parameters

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

Return Value

Type: Boolean
See Also