Transform component configuration
const transform = new Transform({ position: new Vector2(100, 100), scale: new Vector2(2, 2), rotation: Math.PI / 4}); Copy
const transform = new Transform({ position: new Vector2(100, 100), scale: new Vector2(2, 2), rotation: Math.PI / 4});
Transform component configuration
Example