Rect.y Manual     Reference     Scripting  
Scripting > Runtime Classes > Rect
Rect.y

var y : float

Description

Top coordinate of the rectangle.

JavaScript
var rect = Rect (10, 10, 100, 100);
print(rect.y);
rect.x = 20;