CubbyFlowSharp::Animation Class Reference
Abstract base class for animation-related class. More...
#include <API/CSharp/Animation/Animation.h>
Public Member Functions | |
void | Update (Frame &frame) const |
Protected Attributes | |
::CubbyFlow::Animation * | m_pAnimation |
Detailed Description
Abstract base class for animation-related class.
This class represents the animation logic in very abstract level. Generally animation is a function of time and/or its previous state. This base class provides a virtual function update() which can be overriden by its sub-classes to implement their own state update logic.
Member Function Documentation
◆ Update()
void CubbyFlowSharp::Animation::Update | ( | Frame & | frame | ) | const |
Member Data Documentation
◆ m_pAnimation
|
protected |
The documentation for this class was generated from the following file:
- API/CSharp/Animation/Animation.h