Copies the fields of o into this instance.
o
@override Camera2DD setDart(Camera2DD o) { offset.setDart(o.offset); target.setDart(o.target); rotation = o.rotation; zoom = o.zoom; return this; }