setC method

Pointer<LightC> setC(
  1. LightC o
)

Implementation

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