Difference between revisions of "Quad:getViewport"

m (Desc for "y" should be top-left, not top-right)
Line 9: Line 9:
 
=== Returns ===
 
=== Returns ===
 
{{param|number|x|The top-left corner along the x-axis.}}
 
{{param|number|x|The top-left corner along the x-axis.}}
{{param|number|y|The top-right corner along the y-axis.}}
+
{{param|number|y|The top-left corner along the y-axis.}}
 
{{param|number|w|The width of the viewport.}}
 
{{param|number|w|The width of the viewport.}}
 
{{param|number|h|The height of the viewport.}}
 
{{param|number|h|The height of the viewport.}}

Revision as of 01:01, 4 January 2018

Gets the current viewport of this Quad.

Function

Synopsis

x, y, w, h = Quad:getViewport( )

Arguments

None.

Returns

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.

See Also


Other Languages