Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 948 Bytes

transforms-intro.md

File metadata and controls

15 lines (12 loc) · 948 Bytes

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.

Additional resources

  • Unity.Transforms API documentation