using System.Collections; using UnityEngine; namespace GFGGame { public class ConstViewLayer { /// /// 最底层 /// public const string BOTTOM = "BOTTOM"; /// /// 最顶层 /// public const string TOP = "TOP"; } }