Kage Studio 0.7.230612
A Simple Free and Open Source 2D Animation Software
|
#include <document.h>
Public Member Functions | |
KageProject () | |
virtual | ~KageProject () |
string | toString () |
Data Fields | |
string | _name |
double | _width |
double | _height |
ColorData | _backgroundColor |
unsigned int | _fps |
KageProject::KageProject | ( | ) |
|
virtual |
string KageProject::toString | ( | ) |
ColorData KageProject::_backgroundColor |
unsigned int KageProject::_fps |
double KageProject::_height |
string KageProject::_name |
double KageProject::_width |