Expand description
Re-exports§
pub use glam;
Macros§
- color
- create a
Colorfrom components. - query
- convenience wrapper for creating ecs query types.
- rect
- create a
Rectfrom components. - transform
- create a
Transformfrom components.
Structs§
- Color
- RGBA color type.
- Local
Transform - local transform: position, rotation, and scale relative to the parent entity.
- Rect
- 2D rectangle: position + size.
- Screen
Rect - integer pixel-space rectangle, used for scissor regions and screen-space bounds.
- Transform
- 2D transform component: position, rotation, scale.
- World
Transform - world transform: absolute position, rotation, and scale in world space.