Static
HighestThe highest display order of all the ScreenGui instances within the PlayerGui.
Static
OnA beacon signal that fires when the highest display order is changed, passing the new highest display order.
Static
ParallelWhether UIPresets should optimize itself and use parallel lua benefits. WARNING: The calling thread script must be within a Actor Instance.
Static
ExcludeStatic
ExcludeExcludes multiple ScreenGui instances same behavior as ExcludeDisplay except that the display order is arranged after adding all displays rather then per one. The DisplayOrder changed connection is deferred until the end of the resumption cycle.
Static
FetchStatic
Private
deleteStatic
Private
excludePrivate
This method is the internal excludeDisplay and is not meant to be called externally.
The ScreenGui to exclude
Whether the DisplayOrder property changed signal should be deferred till the end of the resumption cycle. Default(false)
Static
Private
updatePrivate
Updates the highest display order assigning the highest and firing the UIPresetsConfig.OnDisplayOrderChanged Signal.
Generated using TypeDoc
This is a configuration module for UIPresets that will change behaviour across components.