using System; [Serializable] public enum MegaCacheRepeatMode { Loop = 0, Clamp = 1, PingPong = 2 }