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

Merge pull request #16125 from errorx666/types

add isScheduled to AnimationAction.d.ts
......@@ -19,6 +19,7 @@ export class AnimationAction {
stop(): AnimationAction;
reset(): AnimationAction;
isRunning(): boolean;
isScheduled(): boolean;
startAt(time: number): AnimationAction;
setLoop(
mode: AnimationActionLoopStyles,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册