Click or drag to resize

SpriteGlyphSet Class

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 class SpriteGlyphSet : GlyphSet

The SpriteGlyphSet type exposes the following members.

Constructors
  NameDescription
Public methodSpriteGlyphSet
Initializes a new instance of the SpriteGlyphSet class
Top
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.
(Inherited from GlyphSet.)
Public propertyglyphCount
The number of glyphs.
(Overrides GlyphSetglyphCount.)
Public propertyglyphs
The list 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.
(Overrides GlyphSetGetEntry(Int32).)
Public methodGetHashCode (Inherited from Object.)
Public methodGetInstanceID (Inherited from Object.)
Public methodSetDirty Obsolete. (Inherited from ScriptableObject.)
Public methodToString (Inherited from Object.)
Top
See Also