Class HintIcon
Namespace: UnityEditor.Experimental.EditorVR.Menus
Syntax
public class HintIcon : MonoBehaviour
Properties
visible
Bool denoting the visibility state of this icon
Declaration
public bool visible { set; }
Property Value
Type | Description |
---|---|
Boolean |
visibleColor
The color to be displayed by this icon when it is visible
Declaration
public Color visibleColor { set; }
Property Value
Type | Description |
---|---|
Color |
Methods
PulseColor()
Perform a colored visual pulse
Declaration
public void PulseColor()