docs.unity.cn
    Show / Hide Table of Contents

    Class HighQualityLineRenderingVolumeComponent

    A volume component that holds settings for High Quality Line Rendering.

    Inheritance
    Object
    VolumeComponent
    HighQualityLineRenderingVolumeComponent
    Inherited Members
    VolumeComponent.active
    VolumeComponent.OnEnable()
    VolumeComponent.OnDisable()
    VolumeComponent.Override(VolumeComponent, Single)
    VolumeComponent.SetAllOverridesTo(Boolean)
    VolumeComponent.GetHashCode()
    VolumeComponent.AnyPropertiesIsOverridden()
    VolumeComponent.OnDestroy()
    VolumeComponent.Release()
    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)
    VolumeComponent.displayName
    VolumeComponent.parameters
    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
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on 08 September 2023