Ejemplo n.º 1
0
 protected LoopingAnim(LoopingAnim other)
 {
     Anim        = other.Anim;
     TotalTime   = other.TotalTime;
     Cycles      = other.Cycles;
     FrameOffset = other.FrameOffset;
 }
Ejemplo n.º 2
0
 protected LoopingAnim(LoopingAnim other)
 {
     Anim      = other.Anim;
     TotalTime = other.TotalTime;
     Cycles    = other.Cycles;
 }