dl
dl::ModelAnimation结构体 参考

#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.h208 行定义.

成员函数说明

◆ Load()

void dl::ModelAnimation::Load ( StreamInput & s)

◆ Save()

void dl::ModelAnimation::Save ( StreamOutput & s)

类成员变量说明

◆ _allChannel

std::vector<ModelAnimationChannel> dl::ModelAnimation::_allChannel

在文件 dl_model_data.h212 行定义.

◆ _allSampler

std::vector<ModelAnimationSampler> dl::ModelAnimation::_allSampler

在文件 dl_model_data.h211 行定义.

◆ _name

std::string dl::ModelAnimation::_name

在文件 dl_model_data.h210 行定义.

◆ end

float dl::ModelAnimation::end

在文件 dl_model_data.h214 行定义.

◆ start

float dl::ModelAnimation::start

在文件 dl_model_data.h213 行定义.


该结构体的文档由以下文件生成: