粒子系统的持续时间(秒)。
是否开启
Scale applied to the gravity.
应用于重力加速度的缩放。
粒子系统在循环吗?
The maximum number of particles to emit.
发射粒子的最大数量。
粒子系统
If set to true, the particle system will automatically start playing on startup.
如果设置为真,粒子系统将自动开始播放启动。
When looping is enabled, this controls whether this particle system will look like it has already simulated for one loop when first becoming visible.
当循环被激活时,它控制这个粒子系统在第一次出现时是否看起来像已经模拟了一个循环。
Cause some particles to spin in the opposite direction. Set between 0 and 1, where higher values will cause a higher proportion of particles to spin in the opposite direction.
导致一些粒子向相反的方向旋转。设置在0和1之间,数值越大,粒子朝相反方向旋转的比例越大。
Control how the particle system's Transform Component is applied to the particle system.
控制粒子系统的变换组件如何应用于粒子系统。
This selects the space in which to simulate particles. It can be either global or local space.
模拟空间,使粒子位置模拟在全局,本地或自定义空间。在本地空间中,它们相对于自己的转换而存在,在自定义空间中,它们相对于自定义转换。
Override the default playback speed of the Particle System.
重写粒子系统的默认播放速度。
The initial color of particles when emitted.
粒子发射时的初始颜色。
Start delay in seconds.
启动延迟(以秒为单位)。
The total lifetime in seconds that each new particle will have.
每个新粒子的总寿命(以秒计)。
The initial rotation of particles when emitted.
粒子发射时的初始旋转。
The initial size of particles when emitted.
发射时粒子的初始大小。
The initial speed of particles when emitted.
粒子发射时的初始速度。
A flag to enable 3D particle rotation. 一个启用粒子3D旋转的标记。
A flag to enable specifying particle size individually for each axis.
允许为每个轴分别指定粒度大小的标志。
Start delay multiplier in seconds.
启动延迟乘数(以秒为单位)。
Start lifetime multiplier. This method is more efficient than accessing the whole curve, if you only want to change the overall lifetime multiplier.
起始寿命乘数。 如果您只想更改总体寿命乘数,则此方法比访问整个曲线更有效。
The initial rotation of particles when emitted. 粒子发射时的初始旋转。
Start rotation multiplier. This method is more efficient than accessing the whole curve, if you only want to change the overall rotation multiplier.
开始旋转乘数。 这种方法比访问整个曲线更有效,如果你只想改变整体旋转乘数。
The initial rotation of particles around the X axis when emitted.
发射时粒子围绕X轴的初始旋转。
Start rotation multiplier around the X axis. This method is more efficient than accessing the whole curve, if you only want to change the overall rotation multiplier.
开始绕X轴旋转乘法器。 这种方法比访问整个曲线更有效,如果你只想改变整体旋转乘数。
The initial rotation of particles around the Y axis when emitted.
发射时粒子围绕Y轴的初始旋转。
Start rotation multiplier around the Y axis. This method is more efficient than accessing the whole curve, if you only want to change the overall rotation multiplier.
开始绕Y轴旋转乘法器。 这种方法比访问整个曲线更有效,如果你只想改变整体旋转乘数。
The initial rotation of particles around the Z axis when emitted.
发射时粒子围绕Z轴的初始旋转。
Start rotation multiplier around the Z axis. This method is more efficient than accessing the whole curve, if you only want to change the overall rotation multiplier.
开始绕Z轴旋转乘法器。 这种方法比访问整个曲线更有效,如果你只想改变整体旋转乘数。
The initial size of particles when emitted.
粒子发射时的初始大小。
Start size multiplier. This method is more efficient than accessing the whole curve, if you only want to change the overall size multiplier.
开始尺寸乘数。 如果您只想更改整体尺寸倍增器,则此方法比访问整个曲线更有效。
The initial size of particles along the X axis when emitted.
发射时沿X轴的粒子的初始大小。
Start rotation multiplier along the X axis. This method is more efficient than accessing the whole curve, if you only want to change the overall size multiplier.
启动旋转乘法器沿X轴。 如果您只想更改整体大小倍增器,则此方法比访问整个曲线更有效。
The initial size of particles along the Y axis when emitted.
发射时沿Y轴的粒子的初始大小。
Start rotation multiplier along the Y axis. This method is more efficient than accessing the whole curve, if you only want to change the overall size multiplier.
启动旋转乘法器沿Y轴。 如果您只想更改整体大小倍增器,则此方法比访问整个曲线更有效。
The initial size of particles along the Z axis when emitted.
发射时沿Z轴的粒子的初始大小。
Start rotation multiplier along the Z axis. This method is more efficient than accessing the whole curve, if you only want to change the overall size multiplier.
启动旋转乘法器沿Z轴。 如果您只想更改整体大小倍增器,则此方法比访问整个曲线更有效。
A multiplier of the initial speed of particles when emitted. This method is more efficient than accessing the whole curve, if you only want to change the overall speed multiplier.
粒子发射时的初始速度的乘子。 这种方法比访问整个曲线更有效,如果你只想改变整体速度乘数。
发射事件。
返回发射后的事件。
事件的类型。类型区分大小写。
Optional
data: any事件携带的自定义数据。
是否向上级报告事件。默认为false
。
是否向下级广播事件。默认为false
。
是否向平级分享事件。默认为true
。
Protected
handelProtected
handelProtected
handel向平级分享事件
事件
Protected
handle移除监听
移除所有监听
Optional
type: K事件的类型。可选。该值为空时所有被监听对象上的监听均将被移除。
移除监听对象的任意事件。
为监听对象新增指定类型的事件监听。
监听对象的任意事件,该对象的任意事件都将触发该监听器的调用。
监听一次事件后将会被移除
Static
get获取事件发射器
Static
get获取事件发射器,当没有找到对应发射器时,返回新建的事件发射器。
Generated using TypeDoc
粒子主模块