Namespace Fwt.Core.UI.Screens
Classes
UIConfigAsset
UIDocumentView
UIDocumentView<TViewData>
UIRoot
UIScreen
UIScreen<TViewData>
UISystemBase
Base class for System that controls UI screens. To use it, create a new class that inherits from UISystemBase. If you want the system to collect all existing screens from scene, override IsCollectUIScreensFromSceneOnStart property IsCollectUIScreensFromSceneOnStart. Call an ApplyConfig() method to make the UI system be able to create screens by request (it uses prefabs copied from the list provided into this method) ApplyConfig(IList<UIScreen>).