| [ Web Proxy ] |
| Viewing: https://docs.unity3d.com/ScriptReference/Rect-zero.html | [Back] [Original] |
Shorthand for writing new Rect(0,0,0,0).
Additional resources: Rect.
using UnityEngine;
public class Example : MonoBehaviour { void Start() { Rect initialBox = Rect.zero; } }
| Web Proxy Viewer | New URL | Original Page |