setC method

Implementation

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