ModelComponent.play() method
Play an animation on the 3D model. This applies only to animated gltf models containing animations.
Signature:
play(name: string, opts: any): void;
Parameters
Parameter |
Type |
Description |
---|---|---|
name |
string | |
opts |
any |
void