mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
Update WindowAttribute.cs
This commit is contained in:
@@ -2,13 +2,16 @@
|
|||||||
|
|
||||||
namespace TEngine
|
namespace TEngine
|
||||||
{
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// UI层级枚举。
|
||||||
|
/// </summary>
|
||||||
public enum UILayer:int
|
public enum UILayer:int
|
||||||
{
|
{
|
||||||
Bottom = 1,
|
Bottom = 0,
|
||||||
UI,
|
UI = 1,
|
||||||
Top,
|
Top = 2,
|
||||||
Tips,
|
Tips = 3,
|
||||||
System,
|
System = 4,
|
||||||
}
|
}
|
||||||
|
|
||||||
[AttributeUsage(AttributeTargets.Class)]
|
[AttributeUsage(AttributeTargets.Class)]
|
||||||
|
Reference in New Issue
Block a user