speedVariation
The speed variation (from zero to the variation) added to base speed to be applied.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Property
- Namespace: UnityEngine
- Assembly: UnityEngine.Physics2DModule
public float speedVariation { get; set; }
Remarks
A random value between 0 and is used and added to the speed. The can be negative to randomly reduce the speed.
speedVariationspeedVariationAdditional Resources: _speed