public void Inportmotion(MotionColor motionColor, int frame) { this.isActive = true; this.frame = frame; //this.startFrame = startFrame; this.data = motionColor; }
public MotionTackColor(int start, int span, MotionColor data) : base(start, span) { this.data = data; }