未验证 提交 e3f341a6 编写于 作者: M Mr.doob 提交者: GitHub

Merge pull request #19232 from Kurogoma4D/fix-animation-clip-types

TS: Update AnimationClip
......@@ -35,8 +35,7 @@ export class AnimationClip {
static parse( json: any ): AnimationClip;
static parseAnimation(
animation: any,
bones: Bone[],
nodeName: string
bones: Bone[]
): AnimationClip;
static toJSON(): any;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册