Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


textureColorAffectsParticles

When enabled, the system applies the RGB channels of the Texture to the particle color when the particle spawns.
Read time 1 minuteLast updated 11 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.ParticleSystemModule
public bool textureColorAffectsParticles { get; set; }

Remarks

Additional Resources: ParticleSystem.ShapeModule.texture.