SpriteGlyphSetGetEntry Method |
Gets the glyph entry at the specified index.
Namespace: Rewired.GlyphsAssembly: Rewired_Glyphs (in Rewired_Glyphs.dll) Version: 0.0.0.0
Syntaxpublic override GlyphSetEntryBase GetEntry(
int index
)
Parameters
- index Int32
- The index.
Return Value
GlyphSetEntryBaseThe glyph entry at the specified index.
See Also