Semantic search
SpriteBatch:setColor | Sets the color that will be used for the next add or set operations. |
SpriteBatch:setDrawRange | Restricts the drawn sprites in the SpriteBatch to a subset of the total. |
SpriteBatch:setImage | Replaces the image used for the sprites. |
SpriteBatch:setLayer | Changes a sprite previously added with add or addLayer, in a batch created with an Array Texture. |
SpriteBatch:setTexture | Sets the texture (Image or Canvas) used for the sprites in the batch. |
SpriteBatch:setq | Changes a sprite with a quad in the batch. |
SpriteBatch:unbind | Unbinds the SpriteBatch. |
Text | Drawable text. |
TextBatch | One or more precalculated strings of text stored in a Drawable object. |
Texture | Superclass for drawable objects which represent a texture. |
Thread | A Thread represents a thread. |
Video | A drawable video. |
World | A world is an object that contains all bodies and joints. |