Enumeration LineTextureMode

Choose how textures are applied to Lines and Trails.

Enumeration Members

Enumeration Members

Stretch: 0

Map the texture once along the entire length of the line.

Tile: 1

Repeat the texture along the line, based on its length in world units. To set the tiling rate, use Material.SetTextureScale.