iwsdk-ui-panel
Installation
SKILL.md
IWSDK UI Panel Development Workflow
This skill teaches the efficient workflow for developing UI panels in IWSDK applications using temporary ScreenSpace positioning and backdrop techniques.
Quick Iteration Workflow
When working on a UI panel, follow these steps for rapid iteration:
1. Add Temporary ScreenSpace Component
Temporarily add the ScreenSpace component to your PanelUI entity to make it fill the 2D screen during development:
import { ScreenSpace } from '@iwsdk/core';