Click or drag to resize

GlyphSet Class

A list of controller element glyphs.
Inheritance Hierarchy
SystemObject
  Object
    ScriptableObject
      Rewired.GlyphsGlyphSet
        Rewired.GlyphsSpriteGlyphSet

Namespace:  Rewired.Glyphs
Assembly:  Rewired_Glyphs (in Rewired_Glyphs.dll) Version: 0.0.0.0
Syntax
C#
[SerializableAttribute]
public abstract class GlyphSet : ScriptableObject

The GlyphSet type exposes the following members.

Properties
  NameDescription
Public propertybaseKeys
A list of base keys. Final keys will be composed of base key + glyph key. Setting multiple base keys allows one glyph set to apply to multiple controllers, for example.
Public propertyglyphCount
The number of glyphs.
Public propertyhideFlags (Inherited from Object.)
Public propertyname (Inherited from Object.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetEntry
Gets the glyph entry at the specified index.
Public methodGetHashCode (Inherited from Object.)
Public methodGetInstanceID (Inherited from Object.)
Public methodSetDirty Obsolete. (Inherited from ScriptableObject.)
Public methodToString (Inherited from Object.)
Top
See Also