Expand description

Bevy Transform

This crate is largely a 1:1 port from legion_transform (ecs: legion, math: nalgebra) to bevy (ecs: bevy_ecs, math: glam)

Modules

The basic components of the transform crate

Structs

A Bundle of the Transform and GlobalTransform Components, which describe the position of an entity.

The base plugin for handling Transform components

Enums

Label enum for the systems relating to transform propagation

Functions

Update GlobalTransform component of entities based on entity hierarchy and Transform component.