menu
raylib_dartified package
documentation
core/raylib.dart
SoundCEx
setC method
setC method
dark_mode
light_mode
setC
method
SoundC
setC
(
SoundC
o
)
Implementation
SoundC setC(SoundC o) { stream.setC(o.stream); frameCount = o.frameCount; return this; }
raylib_dartified package
documentation
core/raylib
SoundCEx
setC method
SoundCEx extension on
SoundC