docs.unity.cn
    Show / Hide Table of Contents

    Class DiffusionProfileList

    A volume component that holds a list of Diffusion Profile.

    Inheritance
    Object
    VolumeComponent
    DiffusionProfileList
    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
    [Serializable]
    [VolumeComponentMenuForRenderPipeline("Material/Diffusion Profile List", new Type[]{typeof(HDRenderPipeline)})]
    public class DiffusionProfileList : VolumeComponent, IApplyRevertPropertyContextMenuItemProvider

    Fields

    diffusionProfiles

    List of diffusion profiles used inside the volume.

    Declaration
    [Tooltip("List of diffusion profiles used inside the volume.")]
    [SerializeField]
    public DiffusionProfileSettingsParameter diffusionProfiles
    Field Value
    Type Description
    DiffusionProfileSettingsParameter
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on 17 July 2023