Class DefaultPostProcessEffectEditor | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class DefaultPostProcessEffectEditor

    A default effect editor that gathers all parameters and list them vertically in the inspector.

    Inheritance
    System.Object
    PostProcessEffectBaseEditor
    DefaultPostProcessEffectEditor
    Inherited Members
    PostProcessEffectBaseEditor.Repaint()
    PostProcessEffectBaseEditor.OnDisable()
    PostProcessEffectBaseEditor.GetDisplayTitle()
    PostProcessEffectBaseEditor.PropertyField(SerializedParameterOverride)
    PostProcessEffectBaseEditor.PropertyField(SerializedParameterOverride, GUIContent)
    Namespace: UnityEditor.Rendering.PostProcessing
    Syntax
    public class DefaultPostProcessEffectEditor : PostProcessEffectBaseEditor

    Methods

    OnEnable()

    Called when the editor is initialized.

    Declaration
    public override void OnEnable()
    Overrides
    PostProcessEffectBaseEditor.OnEnable()

    OnInspectorGUI()

    Called every time the inspector is being redrawn. This is where you should add your UI drawing code.

    Declaration
    public override void OnInspectorGUI()
    Overrides
    PostProcessEffectBaseEditor.OnInspectorGUI()
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023