Difference between revisions of "Texture:getWrap (日本語)"

(Created page with "Texture の加工特性を取得します。 この関数は Texture に現在設定されている水平および垂直方向の加工方式を返...")
 
m
Line 6: Line 6:
 
=== 概要 ===
 
=== 概要 ===
 
<source lang="lua">
 
<source lang="lua">
horiz, vert = Canvas:getWrap( )
+
horiz, vert = Texture:getWrap( )
 
</source>
 
</source>
 
=== 引数 ===
 
=== 引数 ===

Revision as of 02:42, 9 August 2017

Texture の加工特性を取得します。

この関数は Texture に現在設定されている水平および垂直方向の加工方式を返します。

関数

概要

horiz, vert = Texture:getWrap( )

引数

なし。

返値

WrapMode horiz
Texture の水平方向の加工方式。
WrapMode vert
Texture の垂直方向の加工方式。

関連


そのほかの言語