SpriteTask.setSize

Sets the width and height used to render this sprite
overload 1:
SpriteTask:setSize(size)
Method Property Fluent Description Representation
size accepts a Vector2
Return Value a SpriteTask
overload 2:
SpriteTask:setSize(width, height)
Method Property Fluent Description Representation
width accepts an Integer
height accepts an Integer
Return Value a SpriteTask
a a