EggAnimData
-
class EggAnimData
Bases:
EggNode
A base class for
EggSAnimData
andEggXfmAnimData
, which contain rows and columns of numbers.Inheritance diagram
-
void add_data(double value)
Adds a single element to the table.
-
void clear_data(void)
Removes all data and empties the table.
-
void clear_fps(void)
-
static TypeHandle get_class_type(void)
-
int get_size(void) const
Returns the number of elements in the table.
-
bool has_fps(void) const
-
void quantize(double quantum)
Rounds each element of the table to the nearest multiple of quantum.
-
void set_fps(double type)
-
void add_data(double value)