Transform
constTransform:BuiltinComponentDef<TransformData>
Defined in: ecs/component.ts:859
Where an entity is. position/rotation/scale are the authoring inputs,
relative to the parent; worldPosition/worldRotation/worldScale are what
the engine composed from them and must not be written back.