Version: 2019.3
LanguageEnglish
  • C#

ParticleSystemTrailTextureMode

enumeration

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Choose how textures are applied to Particle Trails.

Properties

StretchMap the texture once along the entire length of the trail.
TileRepeat the texture along the trail. To set the tiling rate, use Material.SetTextureScale.
DistributePerSegmentMap the texture once along the entire length of the trail, assuming all vertices are evenly spaced.
RepeatPerSegmentRepeat the texture along the trail, repeating at a rate of once per trail segment. To adjust the tiling rate, use Material.SetTextureScale.