playAnimation

Plays the animation specified by its name.

playAnimation(
	animationName: string
): Promise<void>

Parameters
Description
Type

animationName

Name of the animation we want to play.

string

Usage:

await modelApi.playAnimation('goUp');

Last updated