Public Member Functions | |
| CNode (CAnimationPlaylist *pl, CChannelMixer *mix) | |
| CNode () | |
Data Fields | |
| NLMISC::CRefPtr< CChannelMixer > | ChannelMixer |
| NLMISC::CRefPtr< CAnimationPlaylist > | PlayList |
|
|
Definition at line 81 of file play_list_manager.h.
00081 {}
|
|
||||||||||||
|
Definition at line 82 of file play_list_manager.h. References ChannelMixer, and PlayList.
00083 {
00084 PlayList= pl;
00085 ChannelMixer= mix;
00086 }
|
|
|
Definition at line 79 of file play_list_manager.h. Referenced by NL3D::CPlayListManager::animate(), CNode(), NL3D::CPlayListManager::deleteAll(), and NL3D::CPlayListManager::setup(). |
|
|
Definition at line 78 of file play_list_manager.h. Referenced by NL3D::CPlayListManager::animate(), CNode(), NL3D::CPlayListManager::deleteAll(), and NL3D::CPlayListManager::setup(). |
1.3.6