提交 e2607d8d 编写于 作者: W Walter Heil

Added missing constructor in AnimationAction.d.ts

上级 22ed6755
import { AnimationMixer } from './AnimationMixer';
import { AnimationClip } from './AnimationClip';
import { AnimationActionLoopStyles } from '../constants';
import { Object3D } from '../core/Object3D';
// Animation ////////////////////////////////////////////////////////////////////////////////////////
export class AnimationAction {
constructor( mixer: AnimationMixer, clip: AnimationClip, localRoot?: Object3D );
loop: AnimationActionLoopStyles;
time: number;
timeScale: number;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册