TextStudioTextChangeMode
public enum TextStudioTextChangeModeControls how currently displayed content leaves when typewriter-driven text is replaced.
Fields
Section titled “Fields”
Immediate
Section titled “Immediate”Immediate = 0Replace the compiled text immediately, then use the normal reveal policy.
Returns
TextStudio.TextStudioTextChangeMode
HideThenReveal
Section titled “HideThenReveal”HideThenReveal = 1Finish the current hide sequence before compiling and revealing the replacement.
Returns
TextStudio.TextStudioTextChangeMode
OverlapHandoff
Section titled “OverlapHandoff”OverlapHandoff = 2Let capable renderers retain outgoing visuals while the replacement reveals immediately.
Returns
TextStudio.TextStudioTextChangeMode