From ae3c3069065b59646fcc9040662fde41c7f81339 Mon Sep 17 00:00:00 2001 From: error Date: Thu, 21 Mar 2019 11:03:58 -0500 Subject: [PATCH] add isScheduled --- types/three/three-core.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/three/three-core.d.ts b/types/three/three-core.d.ts index f39d28b565f77a..d018d3241d7784 100755 --- a/types/three/three-core.d.ts +++ b/types/three/three-core.d.ts @@ -239,6 +239,7 @@ export class AnimationAction { stop(): AnimationAction; reset(): AnimationAction; isRunning(): boolean; + isScheduled(): boolean; startAt(time: number): AnimationAction; setLoop(mode: AnimationActionLoopStyles, repetitions: number): AnimationAction; setEffectiveWeight(weight: number): AnimationAction;