Enum SurfacePreset.ParticleType
Determines particle emission behavior.
Namespace: NWH.VehiclePhysics2.GroundDetection
Assembly: NWH.VehiclePhysics2.dll
Syntax
public enum SurfacePreset.ParticleType
Fields
| Name | Description |
|---|---|
| Dust | Dust particles emitted based on wheel speed regardless of slip. Best for loose surfaces like sand, gravel, or dirt. Continuously emits particles when the wheel is moving, creating constant dust clouds. |
| Smoke | Smoke particles emitted based on wheel slip (skidding). Best for hard surfaces like asphalt or concrete. No emission during normal rolling - only when wheels are sliding or spinning. |