![]() |
Public API Reference |
#include <sprite3d.h>
Inheritance diagram for iSpriteAction:
Public Methods | |
virtual void | SetName (char const *)=0 |
Set the name. More... | |
virtual char const * | GetName () const=0 |
Get the name. More... | |
virtual int | GetFrameCount ()=0 |
Get the number of frames in this action. More... | |
virtual iSpriteFrame * | GetFrame (int f)=0 |
Get the specified frame. More... | |
virtual iSpriteFrame * | GetNextFrame (int f)=0 |
Get the next frame after the specified one. More... | |
virtual int | GetFrameDelay (int f)=0 |
Get the delay for the specified frame. More... | |
virtual float | GetFrameDisplacement (int f)=0 |
Get the displacement for the specified frame. More... | |
virtual void | AddFrame (iSpriteFrame *frame, int delay, float displacement)=0 |
Add a frame to this action. More... |
Definition at line 104 of file sprite3d.h.
|
Add a frame to this action.
|
|
Get the specified frame.
|
|
Get the number of frames in this action.
|
|
Get the delay for the specified frame.
|
|
Get the displacement for the specified frame.
|
|
Get the name.
|
|
Get the next frame after the specified one.
|
|
Set the name.
|