setD method

Implementation

Pointer<ModelAnimationC> setD(ModelAnimationD o) {
  ref.setD(o);
  return this;
}