Optional
target: any爆发数组
是否开启
粒子系统
The rate at which new particles are spawned, over distance. New particles will only be emitted when the emitter moves.
产生新粒子的速度,通过距离。 新粒子只有全局空间模拟且发射器移动时才会被发射出来。
随着时间的推移,新粒子产生的速度。
The current number of bursts.
当前的爆发次数。
Change the rate over distance multiplier. This is more efficient than accessing the whole curve, if you only want to change the overall rate multiplier.
改变速率随距离变化的乘数。 如果您只想更改整体的速率乘数,那么这比访问整个曲线更有效。
Change the rate over time multiplier. This is more efficient than accessing the whole curve, if you only want to change the overall rate multiplier.
改变率随时间的乘数。 如果您只想更改整体的速率乘数,那么这比访问整个曲线更有效。 只在
发射事件。
返回发射后的事件。
事件的类型。类型区分大小写。
Optional
data: any事件携带的自定义数据。
是否向上级报告事件。默认为false
。
是否向下级广播事件。默认为false
。
是否向平级分享事件。默认为true
。
Get the burst array. 获取爆发数组。
The number of bursts in the array.数组中的爆发次数。
Array of bursts to be filled in.要填充的爆发数组。
Protected
handelProtected
handelProtected
handel向平级分享事件
事件
Protected
handle移除监听
移除所有监听
Optional
type: K事件的类型。可选。该值为空时所有被监听对象上的监听均将被移除。
移除监听对象的任意事件。
为监听对象新增指定类型的事件监听。
监听对象的任意事件,该对象的任意事件都将触发该监听器的调用。
监听一次事件后将会被移除
Set the burst array. 设置爆发数组。
Array of bursts.爆发的数组。
Optional array size, if burst count is less than array size.可选的数组大小,如果爆发计数小于数组大小。
Static
get获取事件发射器
Static
get获取事件发射器,当没有找到对应发射器时,返回新建的事件发射器。
Generated using TypeDoc
粒子系统发射模块。