EffectUtil

EffectUtil()

特效相关 静态方法

方法

static mars3d.EffectUtil.create(type, options)BaseEffect

创建特效工厂方法

参数名称 类型 描述信息
type EffectType

特效类型

options object

特效参数,具体见各EffectType对应的特效类的构造方法参数

返回值:

创建完成的特效对象

static mars3d.EffectUtil.getClass(type)BaseEffect|undefined

根据 特效类型 获取 特效类

参数名称 类型 描述信息
type EffectType

特效类型

返回值:

特效类

static mars3d.EffectUtil.register(type, layerClass)void

注册特效类

参数名称 类型 描述信息
type string

特效类型

layerClass BaseEffect

特效类

返回值: