destroyAnimation

Script::destroyAnimation

Destroys an animation.

Declaration

void destroyAnimation(const std::string& animationName);

Parameters

Name

Type

Description

animationName

const std::string&

The name of the Animation to destroy.

Returns

None.