rasterParticleMaxSpeedExpression property

  1. @experimental
List<Object>? rasterParticleMaxSpeedExpression
getter/setter pair

Defines the maximum speed for particles. Velocities with magnitudes equal to or exceeding this value are clamped to the max value. Default value: 1. Minimum value: 1.

Implementation

@experimental
List<Object>? rasterParticleMaxSpeedExpression;