setDart method
Copies the fields of o into this instance.
Implementation
@override
MaterialMapD setDart(MaterialMapD o) {
texture.setDart(o.texture);
color.setDart(o.color);
value = o.value;
return this;
}
Copies the fields of o into this instance.
@override
MaterialMapD setDart(MaterialMapD o) {
texture.setDart(o.texture);
color.setDart(o.color);
value = o.value;
return this;
}