包含此页的版本:
不含此页的版本:
用于编写 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; } }