ButtonIconStyle Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Render style for MRTK buttons.
public enum class ButtonIconStyle
public enum ButtonIconStyle
type ButtonIconStyle =
Public Enum ButtonIconStyle
- Inheritance
-
ButtonIconStyle
Fields
Char | 2 | Renders using TextMeshPro. Icon texture is set by changing the character. |
None | 3 | Hides the icons. |
Quad | 0 | Renders using a material on a quad. Icon texture is set using a MaterialPropertyBlock. |
Sprite | 1 | Renders using a sprite renderer. Icon texture is set by changing the sprite. |