Difference between revisions of "SpriteBatch:unbind (日本語)"
m |
m |
||
(2 intermediate revisions by the same user not shown) | |||
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]] から名称変更}} | ||
− | {{ | + | {{deprecatedin (日本語)|[[0.9.2 (日本語)|0.9.2]]|092|type=関数|text=このバージョンから自動的に処理を行います}} |
+ | {{oldin (日本語)|[[0.10.0 (日本語)|0.10.0]]|100|type=関数|text=絶対に必要な場合は [[SpriteBatch:flush (日本語)|SpriteBatch:flush]] を使用してください}} | ||
+ | |||
[[SpriteBatch (日本語)|SpriteBatch]] を解きます。 | [[SpriteBatch (日本語)|SpriteBatch]] を解きます。 | ||
Line 20: | Line 22: | ||
{{#set:Since=080}} | {{#set:Since=080}} | ||
{{#set:PrettySince=0.8.0}} | {{#set:PrettySince=0.8.0}} | ||
+ | {{#set:Deprecated=092}} | ||
+ | {{#set:PrettyDeprecated=0.9.2}} | ||
{{#set:Removed=0100}} | {{#set:Removed=0100}} | ||
{{#set:PrettyRemoved=0.10.0}} | {{#set:PrettyRemoved=0.10.0}} | ||
{{#set:Description=SpriteBatch を解きます。}} | {{#set:Description=SpriteBatch を解きます。}} | ||
== そのほかの言語 == | == そのほかの言語 == | ||
− | {{i18n|SpriteBatch:unbind}} | + | {{i18n (日本語)|SpriteBatch:unbind}} |
Latest revision as of 08:34, 1 July 2019
LÖVE 0.8.0 から使用可能 |
SpriteBatch:unlock から名称変更。 |
LÖVE 0.9.2 で廃止予定 |
このバージョンから自動的に処理を行います。 |
LÖVE 0.10.0 から廃止 |
絶対に必要な場合は SpriteBatch:flush を使用してください。 |
SpriteBatch を解きます。
バッチの更新後に全ての SpriteBatch:bind の呼び出しは SpriteBatch:unbind と整合している必要があります。
関数
概要
SpriteBatch:unbind( )
引数
なし。
返値
ありません。
関連