Toolbox 0.0.1
Ritchie's accessible game engine'
|
Classes | |
class | AssetDataStore |
class | DockLayoutModel |
class | DockNode |
class | DockSpace |
class | EditorApplication |
class | EditorAssets |
class | EditorDatabase |
class | EditorImportContext |
class | EditorLayer |
class | EditorLoadingThread |
class | EditorLoadingWidget |
class | EditorPopup |
class | EditorWidget |
class | EditorWindow |
class | GameEditorWindow |
interface | IPageCreator |
struct | LaunchArguments |
class | MainWindow |
class | MaterialEditor |
class | PageHostModel |
class | PanelNode |
class | Program |
class | ProjectSelectWindow |
class | RecentProject |
class | RecentProjectModel |
class | ResourceImportSettings |
class | SplitNode |
class | SplitView |
class | ViewportWidget |
Enumerations | |
enum | EditorApplicationState { Starting , ChoosingProject , InEditor } |
enum | DevelopmentEnvironment { Rider } |
Enum representing the IDEs supported by Toolbox's project generation system. More... | |
Functions | |
record struct | AssetInfo (Guid Id, Guid FileId, Type Type, Type ImporterType) |
Enum representing the IDEs supported by Toolbox's project generation system.
Enumerator | |
---|---|
Rider | Value representing JetBrains Rider. Project generation should generate run configurations for IDEA-based IDEs. |