Difference between revisions of "Quad:setViewport (日本語)"

m (関数)
(関連)
Line 15: Line 15:
 
== 関連 ==
 
== 関連 ==
 
* [[parent::Quad (日本語)]]
 
* [[parent::Quad (日本語)]]
 +
* [[Quad:getViewport (日本語)]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=表示領域 (Viewport) と合致するテクスチャの座標を設定します。}}
 
{{#set:Description=表示領域 (Viewport) と合致するテクスチャの座標を設定します。}}
 
{{#set:Since=000}}
 
{{#set:Since=000}}
 +
 
== そのほかの言語 ==
 
== そのほかの言語 ==
 
{{i18n|Quad:setViewport}}
 
{{i18n|Quad:setViewport}}

Revision as of 14:09, 23 June 2019

表示領域 (Viewport) と合致するテクスチャの座標を設定します。

関数

概要

Quad:setViewport( x, y, w, h )

引数

number x
左上端からの x-軸。
number y
左上端からの y-軸。
number w
表示領域の幅。
number h
表示領域の高さ。

返値

ありません。

関連


そのほかの言語