Legacy Documentation: Version 2017.2 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

ParticleSystemTrailTextureMode

enumeration

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.
对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答