18 AnimBundle(
const std::string &name, PN_stdfloat fps,
int num_frames) :
AnimGroup(name) {
20 _num_frames = num_frames;
37 INLINE
double AnimBundle::
38 get_base_frame_rate()
const {
46 INLINE
int AnimBundle::
47 get_num_frames()
const {
This is the base class for AnimChannel and AnimBundle.