Version: 2022.3
言語: 日本語

LineTextureMode

enumeration

マニュアルに切り替える

説明

Choose how textures are applied to Lines and Trails.

変数

StretchMap the texture once along the entire length of the line.
TileRepeat the texture along the line, based on its length in world units. To set the tiling rate, use Material.SetTextureScale.
DistributePerSegmentMap the texture once along the entire length of the line, assuming all vertices are evenly spaced.
RepeatPerSegmentRepeat the texture along the line, repeating at a rate of once per line segment. To adjust the tiling rate, use Material.SetTextureScale.
StaticTrails do not change the texture coordinates of existing points when they add or remove points.