writeInto method
Implementation
@override
void writeInto(MaterialMapC p) {
texture.writeInto(p.texture);
color.writeInto(p.color);
p.value = value;
}
@override
void writeInto(MaterialMapC p) {
texture.writeInto(p.texture);
color.writeInto(p.color);
p.value = value;
}