createAnimation
Script::createAnimation
Creates an empty animation and returns its pointer.
Declaration
Animation* createAnimation(const std::string& animationName);
Parameters
Name |
Type |
Description |
|---|---|---|
animationName |
const std::string& |
A unique name for the new Animation. |
Returns
A pointer to an empty Animation.