Version: 2017.4
Рендер линии (Line Renderer)
Billboard Renderer

Trail Renderer

The Trail Renderer is used to make trails behind GameObjects in the Scene as they move.

Свойства

Свойство: Функция:
Cast Shadows Determines whether the trail casts shadows, whether they should be cast from one or both sides of the trail, or whether the trail should only cast shadows and not otherwise be drawn. See Renderer.shadowCastingMode in the Scripting API reference documentation to learn more.
Receive Shadows If enabled, the trail receives shadows.
Motion Vectors Select the Motion Vector type to use for this Trail Renderer. See Renderer.motionVectorGenerationMode in the Scripting API reference documentation to learn more.
###Материалы These properties describe an array of Materials used for rendering the trail. Particle Shaders work best for trails.
Lightmap Parameters Reference a Lightmap Parameters Asset here to enable the trail to interact with the global illumination system.
Time Define the length of the trail, measured in seconds.
Min Vertex Distance The minimum distance between anchor points of the trail (see Minimum vertex separation below).
AutoDestruct Enable this to destroy the GameObject once it has been idle for Time seconds.
Width Define a width value and a curve to control the width of your trail at various points between its start and end. The curve is applied from the beginning to the end of the trail, and sampled at each vertex. The overall width of the curve is controlled by the width value.
Color Define a gradient to control the color of the trail along its length.
Corner Vertices This property dictates how many extra vertices are used when drawing corners in a trail. Increase this value to make the trail corners appear rounder.
End Cap Vertices This property dictates how many extra vertices are used to create end caps on the trail. Increase this value to make the trail caps appear rounder.
Alignment Set to View to make the Trail face the camera, or Local to align it based on the orientation of its Transform component.
Texture Mode Control how the Texture is applied to the Trail. Use Stretch to apply the Texture map along the entire length of the trail, or use Wrap to repeat the Texture along the length of the Trail. Use the Tiling parameters in the Material to control the repeat rate.
Generate Lighting Data If enabled (the box is checked), the Trail geometry is built with Normals and Tangents included. This allows it to use Materials that use the scene lighting, for example via the Standard Shader, or by using a custom shader.
Light Probes Probe-based lighting interpolation mode.
Reflection Probes If enabled and reflection probes are present in the Scene, a reflection Texture is picked for this Trail Renderer and set as a built-in Shader uniform variable.

Детали

The Trail Renderer renders a trail of polygons behind a moving GameObject. This can be used to give an emphasized feeling of motion to a moving object, or to highlight the path or position of moving objects. A trail behind a projectile adds visual clarity to its trajectory; contrails from the tip of a plane’s wings are an example of a trail effect that happens in real life.

При использовании Trail Renderer, любые другие рендереры на GameObject’е не используются. Лучше всего создать пустой GameObject и добавить на него Trail Renderer в качестве единственного рендерера. После этого вы можете добавить объект с Trail Renderer в качестве дочернего в любой другой, чтобы создать за ним шлейф.

Материалы

A Trail Renderer component should use a Material that has a Particle Shader. The Texture used for the Material should be of square dimensions (for example 256x256, or 512x512). The trail is rendered once for each Material present in the array.

Minimum vertex separation

The Min Vertex Distance value determines how far an object that contains a trail must travel before a segment of that trail is solidified. Low values like 0.1 create trail segments more often, creating smoother trails. Higher values like 1.5 create segments that are more jagged in appearance. There is a slight performance trade-off when using lower values/smoother trails, so try to use the largest possible value to achieve the effect you are trying to create. Additionally, wide trails may exhibit visual artifacts when the vertices are very close together and the trail changes direction significantly over a short distance.

Советы

  • Используйте для Trail Renderer материалы, применяемые при создании частиц.
  • Trail Renderers must be laid out over a sequence of frames; they cannot appear instantaneously.
  • Грани Trail Renderer’ов разворачиваются в сторону камеры аналогично тому, как это происходит в системах частиц (Particle Systems).

Trail Renderer example setup

A Trail Renderer component as it appears in the Inspector window, set up to create a multicoloured trail that gets thinner and then much wider
A Trail Renderer component as it appears in the Inspector window, set up to create a multicoloured trail that gets thinner and then much wider
The resulting trail created by the above component setup
The resulting trail created by the above component setup



Рендер линии (Line Renderer)
Billboard Renderer
Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961