Panda3D
|
This class object manages an asynchronous load-and-bind animation request, as issued through PartBundle::load_bind_anim(). More...
#include "bindAnimRequest.h"
Public Member Functions | |
BindAnimRequest (const string &name, const Filename &filename, const LoaderOptions &options, Loader *loader, AnimControl *control, int hierarchy_match_flags, const PartSubset &subset) | |
virtual TypeHandle | force_init_type () |
virtual TypeHandle | get_type () const |
Static Public Member Functions | |
static TypeHandle | get_class_type () |
static void | init_type () |
Protected Member Functions | |
virtual DoneStatus | do_task () |
Performs the task: that is, loads and binds the animation. |
This class object manages an asynchronous load-and-bind animation request, as issued through PartBundle::load_bind_anim().
Definition at line 31 of file bindAnimRequest.h.
AsyncTask::DoneStatus BindAnimRequest::do_task | ( | ) | [protected, virtual] |
Performs the task: that is, loads and binds the animation.
Reimplemented from ModelLoadRequest.
Definition at line 47 of file bindAnimRequest.cxx.
References PartBundle::do_bind_anim(), AnimBundleNode::find_anim_bundle(), and ModelLoadRequest::get_model().