Class VolumeProfileEditor
Default Volume Profile Editor.
Inherited Members
Namespace: UnityEditor .Rendering
Assembly: Unity.RenderPipelines.Core.Editor.dll
Syntax
[CustomEditor(typeof(VolumeProfile))]
[SupportedOnRenderPipeline(new Type[] { })]
public sealed class VolumeProfileEditor : Editor
Properties
componentList
The VolumeComponentListEditor for this Volume Profile editor.
Declaration
public VolumeComponentListEditor componentList { get; }
Property Value
Type | Description |
---|---|
Volume |
Methods
OnInspectorGUI()
Declaration
public override void OnInspectorGUI()