Click or drag to resize

GlyphSetCollection Class

A glyph set collection represents a list of glyph sets. This can be used to organize glyph sets into categories to work with them more easily. Glyph Set Collections can be chained, allowing you to organize glyph sets under one top-level collection, making it easy to swap out the entire set of glyphs for a different set. Examples of this might include having different glyph styles for different consoles / platforms or for localization purposes.
Inheritance Hierarchy
SystemObject
  Object
    ScriptableObject
      Rewired.GlyphsGlyphSetCollection

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

The GlyphSetCollection type exposes the following members.

Constructors
 NameDescription
Public methodGlyphSetCollectionInitializes a new instance of the GlyphSetCollection class
Top
Properties
 NameDescription
Public propertycollections The list of glyph set collections.
Public propertyhideFlags
(Inherited from Object)
Public propertyname
(Inherited from Object)
Public propertysets The list of glyph sets.
Top
Methods
 NameDescription
Public methodEquals
(Inherited from Object)
Public methodGetHashCode
(Inherited from Object)
Public methodGetInstanceID
(Inherited from Object)
Public methodIterateSetsRecursively Iterates all glyph sets and glyph set collections recursively.
Public methodSetDirty
(Inherited from ScriptableObject)
Obsolete
Public methodToString
(Inherited from Object)
Top
See Also