Rect.Rectstatic function Rect (left : float, top : float, width : float, height : float) : RectDescriptionCreates a new rectangle.
JavaScript
var rect = Rect (0, 0, 10, 10); using UnityEngine; import UnityEngine |
|
||||
| Scripting > Runtime Classes > Rect | ||||
Rect.Rectstatic function Rect (left : float, top : float, width : float, height : float) : RectDescriptionCreates a new rectangle.
JavaScript
var rect = Rect (0, 0, 10, 10); using UnityEngine; import UnityEngine |