2D Sprite node in 3D world.
A node that displays a 2D texture in a 3D environment. The texture displayed can be a region from a larger atlas texture, or a frame from a sprite sheet animation.
Current frame to display from sprite sheet. [member vframes] or [member hframes] must be greater than 1.
The number of columns in the sprite sheet.
If [code]true[/code], texture will be cut from a larger atlas texture. See [member region_rect]. Default value: [code]false[/code].
The region of the atlas texture to display. [member region_enabled] must be [code]true[/code].
[Texture] object to draw.
The number of rows in the sprite sheet.
Emitted when the [member frame] changes.