Classes that assist with laying out a user interface.
Layouts created using these classes can be displayed as dialogs,
added as tabs to a game component editor, or realized into generic containers.
Containers can be nested to create complex layouts.
Include this library by adding useLibrary("uilayout") (or ui) to your script.
See the plug-in authoring kit for examples that use this library.
uilayout
Classes that assist with laying out a user interface. Layouts created using these classes can be displayed as dialogs, added as tabs to a game component editor, or realized into generic containers. Containers can be nested to create complex layouts.
Include this library by adding
useLibrary("uilayout")
(or ui) to your script. See the plug-in authoring kit for examples that use this library.