Transforms in Entities
This section contains information about how transforms work in Entities, and how to control the world-space position, rotation, and scale of any entity in your project.
| Topic | Description |
|---|---|
| Transform concepts | Understand how transforms work in Entities. |
| Using transforms | Use transforms in your project. |
| Transforms comparison | Compare the transform operations in ECS with the transform operations in UnityEngine. |
| Transform helper overview | Use transform helpers to work with transform matrices. |
| Transform usage flags | Understand transform usage flags, which help convert transform data efficiently. |
| Custom transforms | Create a custom transform system. |