Class DiffusionProfileList
A volume component that holds a list of Diffusion Profile.
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
[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 |