docs.unity.cn
    Show / Hide Table of Contents

    Class ChromaticAberration

    A volume component that holds settings for the Chromatic Aberration effect.

    Inheritance
    Object
    VolumeComponent
    VolumeComponentWithQuality
    ChromaticAberration
    Inherited Members
    VolumeComponentWithQuality.quality
    VolumeComponentWithQuality.UsesQualitySettings()
    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
    [Serializable]
    [VolumeComponentMenu("Post-processing/Chromatic Aberration")]
    [SupportedOnRenderPipeline(typeof(HDRenderPipelineAsset))]
    public sealed class ChromaticAberration : VolumeComponentWithQuality, IApplyRevertPropertyContextMenuItemProvider, IPostProcessComponent

    Fields

    intensity

    Controls the strength of the chromatic aberration effect.

    Declaration
    [Tooltip("Use the slider to set the strength of the Chromatic Aberration effect.")]
    public ClampedFloatParameter intensity
    Field Value
    Type Description
    ClampedFloatParameter

    spectralLut

    Specifies a Texture which HDRP uses to shift the hue of chromatic aberrations.

    Declaration
    [Tooltip("Specifies a Texture which HDRP uses to shift the hue of chromatic aberrations.")]
    public Texture2DParameter spectralLut
    Field Value
    Type Description
    Texture2DParameter

    Properties

    maxSamples

    Controls the maximum number of samples HDRP uses to render the effect. A lower sample number results in better performance.

    Declaration
    public int maxSamples { get; set; }
    Property Value
    Type Description
    Int32

    Methods

    IsActive()

    Tells if the effect needs to be rendered or not.

    Declaration
    public bool IsActive()
    Returns
    Type Description
    Boolean

    true if the effect should be rendered, false otherwise.

    Implements
    IPostProcessComponent.IsActive()
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on 08 September 2023