SpriteFrame (RSDKv3)¶
Description¶
Adds a SpriteFrame with the specified values.
Parameters¶
xPivot
-
The horizontal offset of the sprite. Negative values will move it to the left, while positive values will move it to the right.
yPivot
-
The vertical offset of the sprite. Negative values will move it upwards, while positive values will move it downwards.
Width
-
The width of the sprite.
Height
-
The height of the sprite.
SheetXPos
-
The position of the upper-left border of the sprite, on the X axis.
SheetYPos
-
The position of the upper-left border of the sprite, on the Y axis.
Return Value¶
None.