Transform
A component that defines the scale, rotation, and translation of an entity.
Declaration
@frozen struct TransformMentioned in
Overview
An entity acquires a Transform component, as well as a set of methods for manipulating the transform, by adopting the HasTransform protocol. This is true for all entities, because the Entity base class adopts the protocol.