Difference between revisions of "Quad:setViewport"

m
m (See Also)
Line 14: Line 14:
 
== See Also ==
 
== See Also ==
 
* [[parent::Quad]]
 
* [[parent::Quad]]
 +
* [[Quad:getViewport]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Sets the texture coordinates according to a viewport.}}
 
{{#set:Description=Sets the texture coordinates according to a viewport.}}
 
{{#set:Since=000}}
 
{{#set:Since=000}}
 +
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|Quad:setViewport}}
 
{{i18n|Quad:setViewport}}

Revision as of 14:11, 23 June 2019

Sets the texture coordinates according to a viewport.

Function

Synopsis

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

Arguments

number x
The top-left corner along the x-axis.
number y
The top-left corner along the y-axis.
number w
The width of the viewport.
number h
The height of the viewport.

Returns

Nothing.

See Also


Other Languages