Click or drag to resize

IHandUIViewApplyColours Method (HandUIMenuItem, Color)

Apply the preset colors on the item, plus an override color for enabled

Namespace:  ImmerseSDK.UI
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
void ApplyColours(
	HandUIMenuItem item,
	UnityEngine.Color enabledColor
)

Parameters

item
Type: ImmerseSDK.UIHandUIMenuItem
enabledColor
Type: UnityEngine.Color
See Also