Common Modules¶
These modules provide common functionality and utilities that are used throughout the Tengine framework. They are designed to be reusable and modular, allowing developers to easily integrate them into their own projects. The common modules include:
- class tengine.common.transform.Transform(position: tuple[float, float] = (0, 0), rotation: float = 0.0, scale: tuple[float, float] = (1.0, 1.0))[source]¶
Bases:
ComponentThe Transform component represents the position, rotation, and scale of an entity in the world.