You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: fix code example errors found during cross-page audit
- Fix defineSystem empty params receiving no callback args
- Fix registerComponent usage (expects ComponentDef, not raw defaults)
- Fix resource insertion to use Commands pattern
- Fix query.get(entity) which doesn't exist on QueryInstance
- Fix undefined world variable in UI examples
- Add missing Mut() wrapper for modified components in sprite/spine
- Add missing variable definitions in Commands example
A tag component for root UI entities. Entities with `ScreenSpace`, `UIRect`, and `LocalTransform` are laid out relative to the camera bounds by `UILayoutPlugin`.
0 commit comments