#include <u_play_list_manager.h>
Inheritance diagram for NL3D::UPlayListManager:
Nevrax France
Definition at line 48 of file u_play_list_manager.h.
Public Member Functions | |
virtual void | animate (TGlobalAnimationTime time)=0 |
virtual UPlayList * | createPlayList (UAnimationSet *animSet)=0 |
virtual void | deletePlayList (UPlayList *playList)=0 |
virtual void | setup (TGlobalAnimationTime time)=0 |
Protected Member Functions | |
UPlayListManager () | |
Constructor. | |
virtual | ~UPlayListManager () |
dtor |
|
Constructor.
Definition at line 53 of file u_play_list_manager.h.
00053 {} |
|
dtor
Definition at line 55 of file u_play_list_manager.h.
00055 {} |
|
Animate all the playlist. Only the globals channels are animated. NB: all objects registered to the playLists (see registerTransform) are updated, BUT the detail channels (like materials channels) which may be updated during UScene::render(), only if they are visibles...
Implemented in NL3D::CPlayListManagerUser. |
|
Create a playlist, instance of an animation set. nlerror if(animSet==NULL).
Implemented in NL3D::CPlayListManagerUser. |
|
Delete a playlist. nlerror if not found. no-op if playList==NULL.
Implemented in NL3D::CPlayListManagerUser. |
|
Setup all the playlist. Channels are not animated. NB: all objects registered to the playLists (see registerTransform) are updated.
Implemented in NL3D::CPlayListManagerUser. |