dl
dl_particle_config.h 文件参考

粒子系统配置 更多...

#include <array>
#include <vector>
#include <string>
#include <map>
#include <json.hpp>
#include <lua.hpp>
#include <LuaBridge/LuaBridge.h>

浏览该文件的源代码.

struct  dl::ParticleConfig
 2d粒子配置 -> 2d粒子配置 更多...
 
struct  dl::ParticleConfig::Node
 粒子参数 -> 粒子参数 更多...
 
struct  dl::ParticleConfig::Emitter
 发射器 -> 发射器设置 更多...
 
struct  dl::ParticleConfig::System
 主要参数 -> 主要参数 更多...
 

命名空间

namespace  JsonAuto
 
namespace  dl
 

宏定义

#define LUA_USE_APICHECK
 

函数

template<typename T>
bool JsonAuto::Get (const json &j, const std::string &name, T &t)
 从json返回值,不存在则返回false
 

详细描述

粒子系统配置

版本
粒子系统配置
作者
1.0
日期
lveyou
注解
26-08-14

在文件 dl_particle_config.h 中定义.

宏定义说明

◆ LUA_USE_APICHECK

#define LUA_USE_APICHECK

在文件 dl_particle_config.h22 行定义.