Click or drag to resize

HandGuiPageCreateNewButtonT Method (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<T>(
	UnityEngine.Transform parent,
	Action onClick,
	bool isEnabled,
	bool shouldBrieflySelectButtonOnClick
)
where T : UICommand

Parameters

parent
Type: UnityEngine.Transform
onClick
Type: SystemAction
isEnabled
Type: SystemBoolean
shouldBrieflySelectButtonOnClick
Type: SystemBoolean

Type Parameters

T

Return Value

Type: HandUIMenuItem
See Also