提交 31f35f6a 编写于 作者: A Atsushi

Update for AudioLoader.d.ts

上级 48264b0c
......@@ -7,9 +7,9 @@ export class AudioLoader extends Loader {
load(
url: string,
onLoad: Function,
onPrgress: Function,
onError: Function
onLoad: ( audioBuffer: AudioBuffer ) => void,
onProgress?: ( request: ProgressEvent ) => void,
onError?: ( event: ErrorEvent ) => void
): void;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册