docs.unity3d.com
    Show / Hide Table of Contents

    Class CustomCompositorNodeEditor

    This class provides callbacks to allow user-created node editors.

    Inheritance
    Object
    CustomCompositorNodeEditor
    Namespace: Unity.VisualCompositor.Editor
    Syntax
    public abstract class CustomCompositorNodeEditor

    Methods

    ConfigureUI(NodeUI)

    This method is called when a node UI has been created, allowing it to be modified.

    Declaration
    public abstract void ConfigureUI(NodeUI ui)
    Parameters
    Type Name Description
    NodeUI ui

    CreateUI(CompositorNode)

    Override this method to create a custom node UI for a compositor node.

    Declaration
    public NodeUI CreateUI(CompositorNode compositorNode)
    Parameters
    Type Name Description
    CompositorNode compositorNode
    Returns
    Type Description
    NodeUI

    A NodeUI instance.

    Back to top
    Terms of use
    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