Difference between revisions of "love.graphics.newSpriteBatch"
m |
|||
Line 12: | Line 12: | ||
== See Also == | == See Also == | ||
* [[parent::love.graphics]] | * [[parent::love.graphics]] | ||
+ | * [[Constructs::Quad]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
{{#set:Description=Creates a new SpriteBatch object.}} | {{#set:Description=Creates a new SpriteBatch object.}} | ||
+ | {{#set:Since=000}} | ||
== Other Languages == | == Other Languages == | ||
{{i18n|love.graphics.newSpriteBatch}} | {{i18n|love.graphics.newSpriteBatch}} |
Revision as of 10:12, 25 March 2011
Creates a new SpriteBatch object.
Function
Synopsis
spriteBatch = love.graphics.newSpriteBatch( image, size )
Arguments
Returns
SpriteBatch spriteBatch
- The new SpriteBatch.
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