SpriteBatch:getTexture (日本語)

LÖVE 0.9.1 から使用可能
この関数は以前のバージョンでは非対応です。

SpriteBatch にて使用されているテクスチャ (Image または Canvas) を取得します。

関数

概要

texture = SpriteBatch:getTexture( )

引数

なし。

返値

Texture texture
SpriteBatch にて使用されている Image または Canvas です。

関連


そのほかの言語