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