Versions with this page:
Versions without this page:
Shorthand for writing new Rect(0,0,0,0).
new Rect(0,0,0,0)
See Also: Rect.
using UnityEngine;public class Example : MonoBehaviour { void Start() { Rect initialBox = Rect.zero; } }