|
dl
|
#include <dl_model_data.h>
Public 成员函数 | |
| void | Save (StreamOutput &s) |
| void | Load (StreamInput &s) |
Public 属性 | |
| std::string | _name |
| std::vector< ModelAnimationSampler > | _allSampler |
| std::vector< ModelAnimationChannel > | _allChannel |
| float | start |
| float | end |
在文件 dl_model_data.h 第 208 行定义.
| void dl::ModelAnimation::Load | ( | StreamInput & | s | ) |
| void dl::ModelAnimation::Save | ( | StreamOutput & | s | ) |
| std::vector<ModelAnimationChannel> dl::ModelAnimation::_allChannel |
在文件 dl_model_data.h 第 212 行定义.
| std::vector<ModelAnimationSampler> dl::ModelAnimation::_allSampler |
在文件 dl_model_data.h 第 211 行定义.
| std::string dl::ModelAnimation::_name |
在文件 dl_model_data.h 第 210 行定义.
| float dl::ModelAnimation::end |
在文件 dl_model_data.h 第 214 行定义.
| float dl::ModelAnimation::start |
在文件 dl_model_data.h 第 213 行定义.