![]() |
Public API Reference |
![]() |
Procedural texture for animated images. More...
#include <cstool/proctxtanim.h>
Public Member Functions | |
virtual void | Animate (csTicks current_time) |
Animate this texture. | |
virtual bool | PrepareAnim () |
Prepare the animation for use. |
Procedural texture for animated images.
Definition at line 35 of file proctxtanim.h.
virtual void csProcAnimated::Animate | ( | csTicks | current_time | ) | [virtual] |
Animate this texture.
Subclasses of csProcTexture must implement this to implement some kind of animation on the procedural texture.
Implements csProcTexture.
virtual bool csProcAnimated::PrepareAnim | ( | ) | [virtual] |
Prepare the animation for use.
Reimplemented from csProcTexture.