import { AnimationClip } from "https://deno.land/x/threejs_4_deno@v121/src/Three.d.ts";
Constructors
Properties
blendMode: AnimationBlendMode
tracks: KeyframeTrack[]
Static Methods
findByName(clipArray: AnimationClip[], name: string): AnimationClip
parse(json: any): AnimationClip
parseAnimation(animation: any, bones: Bone[]): AnimationClip
toJSON(): any