Click or drag to resize

HandGuiPageCreateNewButton Method (UICommand, Transform, Action, Boolean, Boolean)

Namespace:  ImmerseSDK.UI
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
protected HandUIMenuItem CreateNewButton(
	UICommand command,
	UnityEngine.Transform parent,
	Action onClick,
	bool isEnabled,
	bool shouldBrieflySelectButtonOnClick
)

Parameters

command
Type: ImmerseSDK.UI.CommandsUICommand
parent
Type: UnityEngine.Transform
onClick
Type: SystemAction
isEnabled
Type: SystemBoolean
shouldBrieflySelectButtonOnClick
Type: SystemBoolean

Return Value

Type: HandUIMenuItem
See Also