ScaleComp: The scalescale() component.scale: Vec2The current scale of the objectreturnsThe current scale of the object as a scaleTo(s: number): voidSet the scale of the object to a numberscaleTo(s: Vec2): voidSet the scale of the object to a Vec2scaleTo(sx: number, sy: number): voidSet the scale of the object to a number for x and yscaleBy(s: number): voidScale the object by a numberscaleBy(s: Vec2): voidScale the object by a Vec2scaleBy(sx: number, sy: number): voidScale the object by a number for x and y