using System; namespace TinaX.UIKit.Internal { /// /// UIName 模式 /// [Serializable] public enum UINameMode { UIGroup = 0, RelativeDirectory = 1, } }