LoadSound method
Load sound from file
Implementation
@override
SoundD LoadSound(
MemoryPointer<RChar> fileName,
) => $.Sound$.RefCapture(
RaylibCaptureIds.LoadSound,
(p) => _wasm.LoadSound(
p.toJS,
fileName.toJS,
),
);
Load sound from file
@override
SoundD LoadSound(
MemoryPointer<RChar> fileName,
) => $.Sound$.RefCapture(
RaylibCaptureIds.LoadSound,
(p) => _wasm.LoadSound(
p.toJS,
fileName.toJS,
),
);