createAnimation

AssetManagerInterface::createAnimation

Creates an empty animation and returns its pointer.

Declaration

virtual Animation* createAnimation(const std::string& animationName) = 0;

Parameters

Name

Type

Description

animationName

const std::string&

A unique name for the new Animation.

Returns

A pointer to an empty Animation.