The AnimationClips
class allows access to animation clips.
This module exposes no properties.
Method | Description |
---|---|
findFirst | findFirst(name: string): Promise<AnimationClip | null> Find first animation clip that matches a given name pattern. |
findUsingPattern | findUsingPattern(namePattern: string, config?: {limit: number}): Promise<Array<AnimationClip>> Find animation clips with names that match a given pattern. |
getAll | getAll(): Promise<Array<AnimationClip>> Get all animation clips that are bundled in this effect. |