このページを含むバージョン:
このページを含まないバージョン:
Shorthand for writing new RectInt(0,0,0,0).
new RectInt(0,0,0,0)
See Also: RectInt.
using UnityEngine;public class Example : MonoBehaviour { void Start() { RectInt initialBox = RectInt.zero; } }