Beispiel #1
0
 public UVAnimation_Auto(UVAnimation_Auto anim) : base(anim)
 {
     this.start = anim.start;
     this.pixelsToNextColumnAndRow = anim.pixelsToNextColumnAndRow;
     this.cols       = anim.cols;
     this.rows       = anim.rows;
     this.totalCells = anim.totalCells;
 }
Beispiel #2
0
	// Copy constructor:
	public UVAnimation_Auto(UVAnimation_Auto anim) : base(anim)
	{
		start = anim.start;
		pixelsToNextColumnAndRow = anim.pixelsToNextColumnAndRow;
		cols = anim.cols;
		rows = anim.rows;
		totalCells = anim.totalCells;
	}