getAnimations
Returns a list of names of all the animations in the project.
getAnimations(): Promise<string[]>
Usage:
await modelApi.getAnimations();
Return value:
[
"360 rotation",
"Knob explode",
"Sole layers"
]
Last updated
Returns a list of names of all the animations in the project.
getAnimations(): Promise<string[]>
Usage:
await modelApi.getAnimations();
Return value:
[
"360 rotation",
"Knob explode",
"Sole layers"
]
Last updated