Optional
target: any是否开启
作用在粒子上的力
粒子系统
When randomly selecting values between two curves or constants, this flag will cause a new random force to be chosen on each frame.
当在两条曲线或常数之间随机选择值时,此标志将导致在每一帧上选择一个新的随机力。
Are the forces being applied in local or global space?
这些力是作用于局部空间还是全局空间
The curve defining particle forces in the X axis.
在X轴上定义粒子力的曲线。
Change the X axis mulutiplier.
改变X轴的乘数。
The curve defining particle forces in the Y axis.
在Y轴上定义粒子力的曲线。
Change the Y axis mulutiplier.
改变Y轴的乘数。
The curve defining particle forces in the Z axis.
在Z轴上定义粒子力的曲线。
Change the Z axis mulutiplier.
改变Z轴的乘数。
发射事件。
返回发射后的事件。
事件的类型。类型区分大小写。
Optional
data: any事件携带的自定义数据。
是否向上级报告事件。默认为false
。
是否向下级广播事件。默认为false
。
是否向平级分享事件。默认为true
。
Protected
handelProtected
handelProtected
handel向平级分享事件
事件
Protected
handle移除监听
移除所有监听
Optional
type: K事件的类型。可选。该值为空时所有被监听对象上的监听均将被移除。
移除监听对象的任意事件。
为监听对象新增指定类型的事件监听。
监听对象的任意事件,该对象的任意事件都将触发该监听器的调用。
监听一次事件后将会被移除
Static
get获取事件发射器
Static
get获取事件发射器,当没有找到对应发射器时,返回新建的事件发射器。
Generated using TypeDoc
粒子系统 作用在粒子上的力随时间变化模块
控制每个粒子在其生命周期内的力。 Script interface for the Force Over Lifetime module.