【m】
This commit is contained in:
15
Assets/UI/Scripts/UIFramework/Runtime/Other/Layer.cs
Normal file
15
Assets/UI/Scripts/UIFramework/Runtime/Other/Layer.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace SkierFramework
|
||||
{
|
||||
public static class Layer
|
||||
{
|
||||
public const int Default = 0;
|
||||
public const int TransparentFX = 1;
|
||||
public const int IgnoreRaycast = 2;
|
||||
public const int Water = 4;
|
||||
public const int UI = 5;
|
||||
public const int UIRenderToTarget = 6;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user