Пример #1
0
 public void Inportmotion(MotionColor motionColor, int frame)
 {
     this.isActive = true;
     this.frame    = frame;
     //this.startFrame = startFrame;
     this.data = motionColor;
 }
Пример #2
0
 public MotionTackColor(int start, int span, MotionColor data) : base(start, span)
 {
     this.data = data;
 }