Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ParticleSystem.ColorBySpeedModule

Script interface for the ColorBySpeedModule.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Struct
  • Namespace: UnityEngine
  • Assembly: UnityEngine.ParticleSystemModule
public struct ParticleSystem.ColorBySpeedModule

Remarks

This module assigns colors to the particles based on the speed that they are travelling.
Additional Resources: ParticleSystem, _colorBySpeed

Properties

Property

Description

colorThe gradient that controls the particle colors.
enabledSpecifies whether the ColorBySpeedModule is enabled or disabled.
rangeApply the color gradient between these minimum and maximum speeds.