setC method

Implementation

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