#include <sprite_description.h>
Public Types | |
| enum | FrameType { type_pixelbuffer, type_texture } |
Public Member Functions | |
| CL_SpriteDescriptionFrame (CL_PixelBuffer pixelbuffer, CL_Rect rect) | |
| Constructs a SpriteDescriptionFrame. | |
| CL_SpriteDescriptionFrame (CL_Texture texture, CL_Rect rect) | |
| Constructs a SpriteDescriptionFrame. | |
Public Attributes | |
| CL_PixelBuffer | pixelbuffer |
| CL_Texture | texture |
| CL_Rect | rect |
| FrameType | type |
| double | delay |
|
|
|
|
||||||||||||
|
Constructs a SpriteDescriptionFrame.
|
|
||||||||||||
|
Constructs a SpriteDescriptionFrame.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6