Click or drag to resize

HandGuiPageForEachCommand Method

Iterate over all the current commands

Namespace:  ImmerseSDK.UI
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
protected void ForEachCommand(
	Action<UICommand> callback
)

Parameters

callback
Type: SystemActionUICommand
See Also