Skip to content

TextStudioInstantRange

StructTextStudioTextStudio
public struct TextStudioInstantRange

Inclusive visible-glyph range whose reveal timing is collapsed to one instant boundary.

public int glyphStart

Returns

System.Int32

public int glyphCount

Returns

System.Int32

public bool Contains(int glyphIndex)

Reports whether a visible-glyph index is inside the inclusive range.

Parameters

Name Type
glyphIndex System.Int32

Returns

System.Boolean

public int GlyphEnd { get; }

Returns

System.Int32