Skip to content

TextStudioTextChangeScope

EnumTextStudioTextStudio
public enum TextStudioTextChangeScope

Controls which semantic glyphs participate in an animated text replacement.

ChangedGlyphs = 0

Keep matching glyphs continuous and animate only inserted, removed, or replaced glyphs.

Returns

TextStudio.TextStudioTextChangeScope

WholeText = 1

Treat every glyph in both strings as replaced.

Returns

TextStudio.TextStudioTextChangeScope