Class HighQualityLineRenderingVolumeComponent
A volume component that holds settings for High Quality Line Rendering.
Inherited Members
UnityEngine.Rendering.VolumeComponent.TryGetRevertMethodForFieldName(UnityEditor.SerializedProperty, System.Action<UnityEditor.SerializedProperty>)
UnityEngine.Rendering.VolumeComponent.GetSourceTerm()
UnityEngine.Rendering.VolumeComponent.TryGetApplyMethodForFieldName(UnityEditor.SerializedProperty, System.Action<UnityEditor.SerializedProperty>)
UnityEngine.Rendering.VolumeComponent.GetSourceName(UnityEngine.Component)
Namespace: UnityEngine.Rendering.HighDefinition
Syntax
[SupportedOnRenderPipeline(typeof(HDRenderPipelineAsset))]
[Serializable]
[VolumeComponentMenu("Rendering/High Quality Lines")]
public class HighQualityLineRenderingVolumeComponent : VolumeComponent, IApplyRevertPropertyContextMenuItemProvider
Fields
clusterCount
Sets the number of clusters along the z-axis for high quality line rendering, improves transparent sorting.
Declaration
[Tooltip("Sets the number of clusters along the z-axis for high quality line rendering, improves transparent sorting.")]
public ClampedIntParameter clusterCount
Field Value
Type | Description |
---|---|
ClampedIntParameter |
compositionMode
Determines when in the render pipeline that lines will be composed into the main frame.
Declaration
[Tooltip("Determines when in the render pipeline that lines will be composed into the main frame.")]
public HighQualityLineRenderingVolumeComponent.LinesCompositionModeParameter compositionMode
Field Value
Type | Description |
---|---|
HighQualityLineRenderingVolumeComponent.LinesCompositionModeParameter |
enable
Declaration
public BoolParameter enable
Field Value
Type | Description |
---|---|
BoolParameter |
sortingQuality
Sets the number of segments that are sorted within a cluster.
Declaration
[Tooltip("Sets the number of segments that are sorted within a cluster.")]
public HighQualityLineRenderingVolumeComponent.LinesSortingQualityParameter sortingQuality
Field Value
Type | Description |
---|---|
HighQualityLineRenderingVolumeComponent.LinesSortingQualityParameter |
tileOpacityThreshold
Threshold for determining what qualifies as an opaque tile for high quality line rendering.
Declaration
[Tooltip("Threshold for determining what qualifies as an opaque tile for high quality line rendering, lower values improve performance, but lose quality.")]
public ClampedFloatParameter tileOpacityThreshold
Field Value
Type | Description |
---|---|
ClampedFloatParameter |