setD method

Pointer<SoundC> setD(
  1. SoundD o
)

Implementation

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