π API Reference
Welcome to the official CosterGraphics API documentation.
This reference contains comprehensive technical details for all public classes, structs, enums, and namespaces used throughout the CosterGraphics systems.
Whether you're extending a system, exploring available utilities, or integrating the framework into your own tools, this API reference is your complete technical guide.
π Whatβs Inside?
Youβll find documentation for:
- Namespaces β Organized modularly (e.g.,
Assets.CosterGraphics.Systems.UIWindowSystem) - Systems β Self-contained feature frameworks like:
ConsoleSystemFor creating in-game consoles with the option to relay Unity Editor console messages to the in-game console.UIWindowSystemFor creating windows/MacOS desktop style draggable and resizeable windows, pop-up floating panels and taskbar/dock panels.SettingsSystemTaskManager
- Common Utilities β Helpers shared across systems
π Navigation
Use the sidebar to explore the available:
- π§± Namespaces
- π§© Classes
- βοΈ Structs & Enums
- π§ͺ Extension methods
Each item includes a detailed summary, parameter documentation, and example usage where applicable.
π Tip
Click on any type name or namespace in the sidebar to drill into its members and detailed definitions. You can also use the search bar at the top of the page to jump directly to a class or method.
Happy coding! π»β¨