Click or drag to resize

SpriteGlyphSetGetEntry Method

Gets the glyph entry at the specified index.

Namespace:  Rewired.Glyphs
Assembly:  Rewired_Glyphs (in Rewired_Glyphs.dll) Version: 0.0.0.0
Syntax
C#
public override GlyphSetEntryBase GetEntry(
	int index
)

Parameters

index
Type: SystemInt32
The index.

Return Value

Type: GlyphSetEntryBase
The glyph entry at the specified index.
See Also