Version: 2019.3
Renderer 模块
地形引擎

粒子系统力场 (Particle System Force Field)

Particle System Force Field 组件将力应用于粒子系统中的粒子。要将此组件附加到粒子系统,请在粒子系统中启用 External Forces 模块,并指定 Layer Mask 或特定的 Force Field 组件。

有关粒子系统及其用途的完整介绍,请参阅关于粒子系统的文档。

属性

使用 Particle System Force Field 组件将各种类型的力应用于粒子。

所有力都施加在力场的本地空间中。例如,旋转变换组件会影响方向和旋转属性。

Property Function
Shape
Shape Select the shape of the area of influence.
Start Range Set the value for the inner point within the shape where the area of influence begins.
End Range Set the value for the outer point of the shape where the area of influence ends.
Direction X, Y and Z Set a linear force to apply to particles along the x-axis, y-axis and z-axis. The higher the value, the greater the force. You can specify a constant force or vary the force over time. See Varying properties over time documentation for more information.
Gravity
Strength Set the amount of attraction that particles have towards the focal point within the shape. The higher the value, the greater the strength. You can specify a constant strength or vary the strength over time. For more informtion, see Varying properties over time documentation.
Gravity Focus Set the focal point for gravity to pull particles towards. A value of 0 attracts particles to the center of the shape, and a value of 1 attracts particles to the outer edge of the shape.
Rotation
Speed Set the speed for the Particle System to propel particles around the vortex, which is the center of the force field. The higher the value, the faster the speed. You can specify a constant speed or vary the speed over time. For more information, see the Varying properties over time documentation.
Attraction Set the strength that particles are dragged into the vortex motion. A value of 1 applies the maximum attraction, and a value of 0 applies no attraction. You can specify a constant attraction or vary the attraction over time. For more information, see the Varying properties over time documentation.
Rotation Randomness Set a random axes of the shape to propel particles around. A value of 1 applies maximum randomness, and a value of 0 applies no randomness.
Drag
Strength Set the strength of the drag effect which slows particles down. The higher the value, the greater the strength. You can specify a constant strength or vary the strength over time. For more information, see the Varying properties over time documentation.
Multiply Drag by Size Enable this checkbox to adjust the drag based on the size of the particles.
Multiply Drag by Velocity Enable this checkbox to adjust the drag based on the velocity of the particles.
Vector Field
Volume Texture Select the texture of the vector field.
Speed Set the speed of the multiplier to apply to particles traveling through the vector field. The higher the value, the faster the speed. You can specify a constant strength or vary the strength over time. See Varying properties over time.
Attraction Set the strength at which Unity drags particles into the vector field motion. The higher the value, the greater the attraction. You can specify a constant attraction or vary the attraction over time. See Varying properties over time.

  • 2019–05–16 页面已修订

  • 2018.3 版中添加了粒子系统力场 (Particle System Force Field) NewIn20183

Renderer 模块
地形引擎