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

    Class GraphEditorView

    Inheritance
    System.Object
    GraphEditorView
    Namespace: UnityEditor.ShaderGraph.Drawing
    Syntax
    public class GraphEditorView : VisualElement, IDisposable

    Constructors

    GraphEditorView(EditorWindow, AbstractMaterialGraph)

    Declaration
    public GraphEditorView(EditorWindow editorWindow, AbstractMaterialGraph graph)
    Parameters
    Type Name Description
    EditorWindow editorWindow
    AbstractMaterialGraph graph

    Properties

    assetName

    Declaration
    public string assetName { get; set; }
    Property Value
    Type Description
    System.String

    convertToSubgraphRequested

    Declaration
    public Action convertToSubgraphRequested { get; set; }
    Property Value
    Type Description
    Action

    graphView

    Declaration
    public MaterialGraphView graphView { get; }
    Property Value
    Type Description
    MaterialGraphView

    saveRequested

    Declaration
    public Action saveRequested { get; set; }
    Property Value
    Type Description
    Action

    showInProjectRequested

    Declaration
    public Action showInProjectRequested { get; set; }
    Property Value
    Type Description
    Action

    Methods

    Dispose()

    Declaration
    public void Dispose()

    HandleGraphChanges()

    Declaration
    public void HandleGraphChanges()
    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