namespace Thousandto.GameUI.Form { public enum FrameAnimWrapMode { //单次播放 Once = 0, //循环播放 Loop = 1, //pingpong播放 PingPong = 2, } }