Difference between revisions of "SpriteBatch:unbind"

(Added SpriteBatch unlocking)
 
Line 1: Line 1:
 +
{{newin|[[0.8.0]]|080|type=function|text=It has been renamed from [[SpriteBatch:unlock]]}}
 
Unbinds the SpriteBatch.
 
Unbinds the SpriteBatch.
  
Line 15: Line 16:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Unbinds the SpriteBatch.}}
 
{{#set:Description=Unbinds the SpriteBatch.}}
{{#set:Since=080}}
 
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|SpriteBatch:unbind}}
 
{{i18n|SpriteBatch:unbind}}

Revision as of 14:52, 6 February 2012

Available since LÖVE 0.8.0
It has been renamed from SpriteBatch:unlock.

Unbinds the SpriteBatch.

Function

Synopsis

SpriteBatch:unbind( )

Arguments

None.

Returns

Nothing.

See Also

Other Languages