Scripting API
AnimationModule
AnimationClips

AnimationClips

The AnimationClips class allows access to animation clips.

Example

Properties

This module exposes no properties.

Methods

MethodDescription
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.