Window Framework v1.2.4
Window Framework for Unity UI Toolkit
Loading...
Searching...
No Matches
GWG.WindowFramework.Demo Namespace Reference

Primary namespace for all demo items and scripts in the asset. More...

Classes

class  CustomWindowWithMemory
 Rules for creating windows that have memory and location memory enabled:

. More...
class  DemoControl
 DemoControl is a MonoBehaviour class used exclusively for the demo scene of the Window Framework. It demonstrates the initialization and usage of various window types, including the startup menu, demo control window, and escape menu functionality. More...
class  DemoControlEditor
class  DemoControlWindow
 DemoControlWindow is a demonstration class for the Window Framework. It creates a control panel window that showcases the framework's capabilities, such as opening example windows, managing window memory, and customizing window properties. This class is intended for demonstration purposes and is not part of a functional game. More...
class  DemoPageData
class  DemoPages
class  DemoUIManager
class  EscapeMenuWindow
 EscapeMenuWindow is a class that represents a fullscreen escape menu window. It provides options for resuming the game, accessing settings, and quitting the application. This window is locked and cannot be resized, moved, or closed via standard UI interactions. More...
class  InventoryItem
class  InventoryWindowExample
 InventoryWindowExample is a class that represents a scrollable inventory window. It demonstrates the use of a ScrollView to display a list of simulated inventory slots. This window is designed to showcase the flexibility of the Window Framework. More...
class  LogViewerContentExample
 Example of a log viewer Content Element using the ScrollView component to show a list of text entries To use Content Elements like this in your own code just create a new class that extends the element your want to use (VisualElement, ScrollView, etc.) and then add the content you want to show in the constructor. More...
class  ToolbarWindowExample
 This is a simple example of a toolbar window that can be used to show the flexibility of the WindowFramework for UI Toolkit. More...
class  UXMLBasedDemoWindow

Detailed Description

The Demo namespace is used to hold all the demo scripts and items for the asset so that they do not clutter the main namespace with example code.