Copies the fields of o into this instance.
o
@override TextureD setDart(TextureD o) { id = o.id; width = o.width; height = o.height; mipmaps = o.mipmaps; format = o.format; return this; }