Class FullScreenPassRendererFeatureEditor
Custom editor for FullScreenPassRendererFeature class responsible for drawing unavailable by default properties such as custom drop down items and additional properties.
Inherited Members
Namespace: Global Namespace
Assembly: Unity.RenderPipelines.Universal.Editor.dll
Syntax
[CustomEditor(typeof(FullScreenPassRendererFeature))]
public class FullScreenPassRendererFeatureEditor : Editor
Properties
Name | Description |
---|---|
show |
A toggle that is responsible whether additional properties are shown. This toggle also sets pass index to 0 when toggle's value changes. |
Methods
Name | Description |
---|---|
On |
Implementation for a custom inspector |