enumeration
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.
CloseFor 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.
CloseChoose how textures are applied to Particle Trails.
Stretch | Map the texture once along the entire length of the trail. |
Tile | Repeat the texture along the trail. To set the tiling rate, use Material.SetTextureScale. |
DistributePerSegment | Map the texture once along the entire length of the trail, assuming all vertices are evenly spaced. |
RepeatPerSegment | Repeat the texture along the trail, repeating at a rate of once per trail segment. To adjust the tiling rate, use Material.SetTextureScale. |
Static | Trails do not change the texture coordinates of existing points when they add or remove points. |