Struct LineRendering.RendererData
Container for parameters defining a renderable instance for the line rendering system.
Inherited Members
Namespace: UnityEngine .Rendering
Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
Syntax
[Serializable]
public struct LineRendering.RendererData
Fields
Name | Description |
---|---|
distance |
Distance to camera for sorting purposes. |
group | Merging group for sorting between multiple renderer datas. |
hash | Unique identifier for the renderer data. |
index |
Handle to the line topology's index buffer resource. |
line |
The number of lines in the mesh. |
lod | Percentage of strands to render. |
lod |
Handle to a buffer for computing level of detail. |
lod |
Level of detail mode. |
material | Material to draw the lines. |
matrix |
World Matrix. |
matrix |
Previous World Matrix. |
mesh | Mesh with line topology. |
motion |
Motion vector parameters. |
offscreen |
Offscreen shading pass index. |
probe | Spherical harmonic coefficients for probe lighting. |
rendering |
Rendering mask. |
segments |
The number of segments-per-line. |
shading |
Percentage of shading samples to compute. |
vertex |
Compute asset for computing the vertex shader in a compute shader. |