setC method

Implementation

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