namespace Thousandto.Plugins.Common { //动画类型 public enum UIAnimationType { Alpha, Scale, Position, Rotation, Empty, } }