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; using System.Collections;public class ExampleClass : MonoBehaviour { public Rect initialBox = Rect.zero; }