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