setC method

Implementation

Pointer<MaterialMapC> setC(MaterialMapC o) {
  ref.setC(o);
  return this;
}