Skip to content

TextStudioUITKUpdateMode

EnumTextStudioTextStudio
public enum TextStudioUITKUpdateMode

Selects whether a UI Toolkit binding owns its playback clock or is stepped by its host.

Automatic = 0

Advance through the attached element’s UI Toolkit scheduler while work is active.

Returns

TextStudio.TextStudioUITKUpdateMode

Manual = 1

Advance only when the host calls the binding or animated label update method.

Returns

TextStudio.TextStudioUITKUpdateMode