Class TMP_SpriteGlyph
The visual representation of the sprite character using this glyph.
Inherited Members
Glyph.Compare(Glyph)
Glyph.index
Glyph.metrics
Glyph.glyphRect
Glyph.scale
Glyph.atlasIndex
Namespace: TMPro
Assembly: solution.dll
Syntax
[Serializable]
public class TMP_SpriteGlyph : Glyph
Constructors
Name | Description |
---|---|
TMP_SpriteGlyph() | |
TMP_SpriteGlyph(uint, GlyphMetrics, GlyphRect, float, int) | Constructor for new sprite glyph. |
TMP_SpriteGlyph(uint, GlyphMetrics, GlyphRect, float, int, Sprite) | Constructor for new sprite glyph. |
Fields
Name | Description |
---|---|
sprite | An optional reference to the underlying sprite used to create this glyph. |