Difference between revisions of "Quad:setViewport (日本語)"
m (→関数) |
m (→引数) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
=== 概要 === | === 概要 === | ||
<source lang="lua"> | <source lang="lua"> | ||
− | Quad:setViewport( x, y, w, h ) | + | Quad:setViewport( x, y, w, h, sw, sh ) |
</source> | </source> | ||
=== 引数 === | === 引数 === | ||
Line 10: | Line 10: | ||
{{param|number|w|表示領域の幅。}} | {{param|number|w|表示領域の幅。}} | ||
{{param|number|h|表示領域の高さ。}} | {{param|number|h|表示領域の高さ。}} | ||
+ | {{New feature (日本語)|0.9.0| | ||
+ | {{param|number|sw|基準全幅となる [[Texture (日本語)|Texture]] の幅 (0 以上)}} | ||
+ | {{param|number|sh|基準全高となる [[Texture (日本語)|Texture]] の高さ (0 以上)}} | ||
+ | }} | ||
+ | |||
=== 返値 === | === 返値 === | ||
ありません。 | ありません。 | ||
Line 15: | Line 20: | ||
== 関連 == | == 関連 == | ||
* [[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}} |
Latest revision as of 09:03, 15 July 2023
表示領域 (Viewport) と合致するテクスチャの座標を設定します。
関数
概要
Quad:setViewport( x, y, w, h, sw, sh )
引数
LÖVE 0.9.0 から利用可能
返値
ありません。
関連
そのほかの言語
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info