ModelComponent.play() method

Play an animation on the 3D model. This applies only to animated gltf models containing animations.

Signature:

play(name: string): void;

Parameters

ParameterTypeDescription
namestring

Returns:

void