Difference between revisions of "SpriteBatch"
Line 12: | Line 12: | ||
}} | }} | ||
== Supertypes == | == Supertypes == | ||
− | [[Drawable]] | + | * [[parent::Drawable]] |
− | [[Object]] | + | * [[parent::Object]] |
== See Also == | == See Also == | ||
* [[parent::love.graphics]] | * [[parent::love.graphics]] |
Revision as of 21:33, 26 May 2011
Store geometry in a buffer, and draw it in one call.
Constructors
love.graphics.newSpriteBatch | Creates a new SpriteBatch. |
Functions
Object:type | Gets the type of the object as a string. |
Object:typeOf | Checks whether an object is of a certain type. |
SpriteBatch:add | Adds a sprite to the batch. |
SpriteBatch:addq | Adds a Quad to the batch. |
SpriteBatch:clear | Removes all sprites from the buffer. |
Supertypes
See Also
Other Languages
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info