EggAnimData

class EggAnimData

Bases: EggNode

A base class for EggSAnimData and EggXfmAnimData, which contain rows and columns of numbers.

Inheritance diagram

Inheritance diagram of EggAnimData

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)
double get_fps(void) const

This is only valid if has_fps() returns true.

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)