TextStudioUITKUpdateMode
public enum TextStudioUITKUpdateModeSelects whether a UI Toolkit binding owns its playback clock or is stepped by its host.
Fields
Section titled “Fields”
Automatic
Section titled “Automatic”Automatic = 0Advance through the attached element’s UI Toolkit scheduler while work is active.
Returns
TextStudio.TextStudioUITKUpdateMode
Manual
Section titled “Manual”Manual = 1Advance only when the host calls the binding or animated label update method.
Returns
TextStudio.TextStudioUITKUpdateMode