Documentation Index
Fetch the complete documentation index at: https://mintlify.com/CadeEvs/FrostyToolsuite/llms.txt
Use this file to discover all available pages before exploring further.
Overview
TheFrosty.Core namespace provides the application-level framework for Frosty Editor. It exposes global instances of core managers and provides convenient access to editor state.
App Class
Central static class providing access to all core managers and editor state.Static Properties
Global AssetManager instance for accessing and modifying game assets
Global ResourceManager instance for loading resource data
Global FileSystem instance for path resolution and catalog access
Manages loaded plugins and extensions
Currently selected asset in the editor
Name of the currently loaded game profile
Name of the currently selected pack
Global logger instance for diagnostic output
Set of bundle IDs that are whitelisted for processing
Path to profile-specific settings directory
Path to global Frosty settings directory
Reference to the main editor window
Frosty application version number
Usage Examples
Plugin Integration
Plugins typically access managers through theApp class:
See Also
- AssetManager API - Asset management operations
- ResourceManager API - Resource loading
- FileSystem API - File system operations