setC method

Pointer<SoundC> setC(
  1. SoundC o
)

Implementation

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