{{newin|[[0.8.0]]|080|type=function|text=It has been renamed from [[SpriteBatch:unlock]]}}
{{deprecatedin|[[0.9.2]]|092|type=function|text=It happens automatically since this version}}
{{oldin|[[0.10.0]]|100|type=function|Use [[SpriteBatch:flush]] if absolutely necessary.}}
Unbinds the [[SpriteBatch]].

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

== 関数 ==
=== 概要 ===
<source lang="lua">
SpriteBatch:unbind( )
</source>
=== 引数 ===
なし。
=== 返値 ===
ありません。
== 関連 ==
* [[parent::SpriteBatch (日本語)]]
* [[SpriteBatch:bind (日本語)]]
[[Category:Functions (日本語)]]
{{#set:Description=Unbinds the SpriteBatch.}}
== そのほかの言語 ==
{{i18n (日本語)|SpriteBatch:unbind}}