namespace XGame.Editor.Asset { public enum SpritePackerMode { /// /// 关闭 /// Disabled = 0, /// /// 旧版,使用ETC1/PVRTC /// Legacy, /// /// 新版,使用ETC2/ASTC /// Atlas, } }