Version: 5.5
public static Rect zero ;

설명

Shorthand for writing new Rect(0,0,0,0).

See Also: Rect.

using UnityEngine;
using System.Collections;

public class ExampleClass : MonoBehaviour { public Rect initialBox = Rect.zero; }