Optional
target: any是否开启
How to apply emitter velocity to particles.
如何将发射体速度应用于粒子。
Curve to define how much emitter velocity is applied during the lifetime of a particle.
曲线,用来定义在粒子的生命周期内应用了多少发射速度。
粒子系统
Curve to define how much emitter velocity is applied during the lifetime of a particle.
曲线,用来定义在粒子的生命周期内应用了多少发射速度。
Change the curve multiplier.
改变曲线的乘数。
发射事件。
返回发射后的事件。
事件的类型。类型区分大小写。
Optional
data: any事件携带的自定义数据。
是否向上级报告事件。默认为false
。
是否向下级广播事件。默认为false
。
是否向平级分享事件。默认为true
。
Protected
handelProtected
handelProtected
handel向平级分享事件
事件
Protected
handle移除监听
移除所有监听
Optional
type: K事件的类型。可选。该值为空时所有被监听对象上的监听均将被移除。
移除监听对象的任意事件。
为监听对象新增指定类型的事件监听。
监听对象的任意事件,该对象的任意事件都将触发该监听器的调用。
监听一次事件后将会被移除
Static
get获取事件发射器
Static
get获取事件发射器,当没有找到对应发射器时,返回新建的事件发射器。
Generated using TypeDoc
The Inherit Velocity Module controls how the velocity of the emitter is transferred to the particles as they are emitted.
遗传速度模块控制发射体的速度在粒子发射时如何传递到粒子上。(只有粒子系统在全局空间中模拟时生效)