Click or drag to resize

HandGuiAddCommandsToPage Method

Adds commands to 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 AddCommandsToPage(
	string id,
	List<UICommand> commands
)

Parameters

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

Return Value

Type: Boolean
See Also