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