Namespace LMirman.RewiredGlyphs.Components
Classes
GlyphDisplay
An abstract class that provides common functionality for a ui element to display an Glyph.
GlyphHybridOutput
A GlyphDisplay element that will set it's textMesh and image components to the actionName's GetDescription(AxisRange) and GetSprite(AxisRange) values respectively.
GlyphImageOutput
A GlyphDisplay element that will set it's image component to the actionName's GetSprite(AxisRange) value.
GlyphLabeledImageOutput
An input glyph display that shows both an image and text for a particular input glyph.
GlyphRichTextFormatter
Adds support for inline input glyphs on a TMP_Text component.
GlyphTextOutput
A GlyphDisplay element that will set it's textMesh component to the actionName's GetDescription(AxisRange)