AR_Engine_SDK
载入中...
搜索中...
未找到
函数 | 变量
FxParticleSystem.lua 文件参考

#include <FxParticleSystem.h>

类 FxParticleSystem 继承关系图:
Inheritance graph

函数

function FxParticleSystem GetModuleNum () end
 
function FxParticleSystem GetModule (nIndex) end
 

变量

 FxParticleSystem = {}
 

函数说明

◆ GetModule()

function FxParticleSystem GetModule ( nIndex  )

根据索引获取具体的Module模块

参数
nIndexnumber Module的索引位置
返回
FxModule Module指针

◆ GetModuleNum()

function FxParticleSystem GetModuleNum ( )

获取Module数量

返回
number Module数量

变量说明

◆ FxParticleSystem