dl
dl::ParticleConfig结构体 参考

2d粒子配置 -> 2d粒子配置 更多...

#include <dl_particle_config.h>

struct  Emitter
 发射器 -> 发射器设置 更多...
 
struct  Node
 粒子参数 -> 粒子参数 更多...
 
struct  System
 主要参数 -> 主要参数 更多...
 

Public 成员函数

bool Load (json &j_root)
 
json Save ()
 
void RegisterLua (lua_State *L, const std::string &lua_name)
 

Public 属性

struct dl::ParticleConfig::Node node
 
struct dl::ParticleConfig::Emitter emitter
 
struct dl::ParticleConfig::System system
 

详细描述

2d粒子配置 -> 2d粒子配置

在文件 dl_particle_config.h60 行定义.

成员函数说明

◆ Load()

bool dl::ParticleConfig::Load ( json & j_root)
inline

在文件 dl_particle_config.h96 行定义.

◆ RegisterLua()

void dl::ParticleConfig::RegisterLua ( lua_State * L,
const std::string & lua_name )
inline

在文件 dl_particle_config.h170 行定义.

◆ Save()

json dl::ParticleConfig::Save ( )
inline

在文件 dl_particle_config.h134 行定义.

类成员变量说明

◆ emitter

struct dl::ParticleConfig::Emitter dl::ParticleConfig::emitter

◆ node

struct dl::ParticleConfig::Node dl::ParticleConfig::node

◆ system

struct dl::ParticleConfig::System dl::ParticleConfig::system

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