SizeBySpeedModule
struct in UnityEngine
/
Implemented in:UnityEngine.ParticleSystemModule
Switch to Manual
Description 描述
Script interface for the Size By Speed module.
This module controls the size of particles based on their speeds.
See Also: ParticleSystem, ParticleSystem.sizeBySpeed.
Properties 属性
| enabled | Enable/disable the Size By Speed module. | ||
| range | Apply the size curve between these minimum and maximum speeds. | ||
| separateAxes | Set the size by speed on each axis separately. | ||
| size | Curve to control particle size based on speed. | ||
| sizeMultiplier | Size multiplier. | ||
| x | Size by speed curve for the X axis. | ||
| xMultiplier | X axis size multiplier. | ||
| y | Size by speed curve for the Y axis. | ||
| yMultiplier | Y axis size multiplier. | ||
| z | Size by speed curve for the Z axis. | ||
| zMultiplier | Z axis size multiplier. |