Rewired Glyphs Docs Rewired Glyphs Docs
Rewired Glyphs Docs Rewired Glyphs Docs
Rewired Glyphs

Search Results for

    Class GlyphDisplay

    An abstract class that provides common functionality for a ui element to display an Glyph.

    Inheritance
    object
    GlyphDisplay
    GlyphHybridOutput
    GlyphImageOutput
    GlyphLabeledImageOutput
    GlyphTextOutput
    Namespace: LMirman.RewiredGlyphs.Components
    Assembly: .dll
    Syntax
    public abstract class GlyphDisplay : MonoBehaviour
    Remarks

    Usage of this class is completely optional.

    Fields

    Name Description
    actionID
    actionName
    hideKeyboardMouseGlyphs
    hideNonInputGlyphs
    playerIndex
    pole
    useActionID

    Properties

    Name Description
    ActionID
    PoleValue

    Methods

    Name Description
    Awake()
    InitializeValues(bool)
    InitializeWhenReady()
    InputGlyphsOnRebuildGlyphs()
    OnDisable()
    OnEnable()
    SetGlyph(Glyph, AxisRange)
    SetTarget(int, Pole)

    Change the input action this should display.

    SetTarget(string, Pole)

    Change the input action this should display.

    SetTargetWhenReady(string, Pole)
    ShouldHideGlyph(Glyph)

    Evaluate if the configuration of this Glyph would rather not show the Glyph in certain contexts.

    UpdateGlyph()
    Docs generated for Rewired-Glyphs Unity Package. Package distributed under MIT license.