提交 f0e1c92f 编写于 作者: A Atsushi

Update for AnimationLoader.d.ts

上级 31f35f6a
......@@ -8,10 +8,10 @@ export class AnimationLoader extends Loader {
load(
url: string,
onLoad?: ( response: string | ArrayBuffer ) => void,
onLoad: ( response: AnimationClip[] ) => void,
onProgress?: ( request: ProgressEvent ) => void,
onError?: ( event: ErrorEvent ) => void
): any;
): void;
parse( json: any ): AnimationClip[];
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册