setD method

Implementation

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