API reference
API reference
Select your platform
No SDKs available
No versions available

Icon Class

Extends Controller
This is a MonoBehaviour for the generic Icon UI element, used by icons on the in-headset panels of Immersive Debugger.
For more info about Immersive Debugger, check out the official doc

Properties

Color : Color
[Set]
The color used by the image of the icon, normally used as the background color that can work together with events like hover/click.
Signature
Color Color
Texture : Texture2D
[Set]
The texture used by the image of the icon.
Signature
virtual Texture2D Texture

Protected Methods

Setup ( owner )
Signature
override void Setup(Controller owner)
Parameters
owner: Controller
Returns
override void