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

Search Results for

    Property UninitializedGlyph

    UninitializedGlyph

    Glyph representing a query that occured before the InputGlyphs system was ready.

    Declaration
    public static Glyph UninitializedGlyph { get; }
    Property Value
    Type Description
    Glyph
    Remarks

    Remedied by ensuring the presence of a RewiredGlyphManager component on the Rewired Input Manager prefab.

    The rewired glyph system is initialized in Awake. Depending on script execution order your display may query before the glyph system is ready. The safest approach is to query in OnEnable or Start.

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