globalScale

Sets the global scale of the CanvasItem.

Return

the current CanvasItem

Parameters

value

the new scale


Sets the global scale of the CanvasItem.

Return

the current CanvasItem

Parameters

x

the new x scale

y

the new y scale


The global scale of the CanvasItem. If you want to set the x,y properties of this Vec2f then use the globalScaleX and globalScaleY properties of this CanvasItem.