Difference between revisions of "SpriteBatch:unbind (日本語)"

m
m
Line 1: Line 1:
 
{{newin (日本語)|[[0.8.0]]|080|type=関数|text=[[SpriteBatch:unlock (日本語)|SpriteBatch:unlock]] から名称変更}}
 
{{newin (日本語)|[[0.8.0]]|080|type=関数|text=[[SpriteBatch:unlock (日本語)|SpriteBatch:unlock]] から名称変更}}
{{oldin (日本語)|[[0.10.0]]|100|type=関数|text=version [[0.9.2]] から自動的に処理を行います。絶対に必要な場合は [[SpriteBatch:flush (日本語)|SpriteBatch:flush]] を使用してください}}
+
{{deprecatedin (日本語)|[[0.9.2 (日本語)|0.9.2]]|092|type=関数|text=このバージョンから自動的に処理を行います}}
 +
{{oldin (日本語)|[[0.10.0 (日本語)|0.10.0]]|100|type=関数|絶対に必要な場合は [[SpriteBatch:flush (日本語)|SpriteBatch:flush]] を使用してください}}
 +
 
 
[[SpriteBatch (日本語)|SpriteBatch]] を解きます。
 
[[SpriteBatch (日本語)|SpriteBatch]] を解きます。
  
Line 24: Line 26:
 
{{#set:Description=SpriteBatch を解きます。}}
 
{{#set:Description=SpriteBatch を解きます。}}
 
== そのほかの言語 ==
 
== そのほかの言語 ==
{{i18n|SpriteBatch:unbind}}
+
{{i18n (日本語)|SpriteBatch:unbind}}

Revision as of 08:24, 1 July 2019

LÖVE 0.8.0 から使用可能
SpriteBatch:unlock から名称変更。
LÖVE 0.9.2 で廃止予定
このバージョンから自動的に処理を行います。
LÖVE 0.10.0 から廃止
この関数は以降のバージョンでは非対応です。


SpriteBatch を解きます。

バッチの更新後に全ての SpriteBatch:bind の呼び出しは SpriteBatch:unbind と整合している必要があります。

関数

概要

SpriteBatch:unbind( )

引数

なし。

返値

ありません。

関連



そのほかの言語