Difference between revisions of "SpriteBatch:unbind"

m
m (Updated description)
Line 1: Line 1:
 
{{newin|[[0.8.0]]|080|type=function|text=It has been renamed from [[SpriteBatch:unlock]]}}
 
{{newin|[[0.8.0]]|080|type=function|text=It has been renamed from [[SpriteBatch:unlock]]}}
 
Unbinds the [[SpriteBatch]].
 
Unbinds the [[SpriteBatch]].
 +
 +
All [[SpriteBatch:bind]] calls should have a matching ''SpriteBatch:unbind'' after the batch has been updated.
  
 
== Function ==
 
== Function ==

Revision as of 08:51, 1 September 2013

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

Unbinds the SpriteBatch.

All SpriteBatch:bind calls should have a matching SpriteBatch:unbind after the batch has been updated.

Function

Synopsis

SpriteBatch:unbind( )

Arguments

None.

Returns

Nothing.

See Also

Other Languages