setD method

Implementation

Pointer<RlRenderBatchC> setD(RlRenderBatchD o) {
  ref.setD(o);
  return this;
}