Skip to content

TextStudioTextChangeMode

EnumTextStudioTextStudio
public enum TextStudioTextChangeMode

Controls how currently displayed content leaves when typewriter-driven text is replaced.

Immediate = 0

Replace the compiled text immediately, then use the normal reveal policy.

Returns

TextStudio.TextStudioTextChangeMode

HideThenReveal = 1

Finish the current hide sequence before compiling and revealing the replacement.

Returns

TextStudio.TextStudioTextChangeMode

OverlapHandoff = 2

Let capable renderers retain outgoing visuals while the replacement reveals immediately.

Returns

TextStudio.TextStudioTextChangeMode