Search Results for

    Show / Hide Table of Contents

    Interface INodeViewResolver

    Interface for custom node view resolver

    Namespace: Ceres.Editor.Graph
    Assembly: cs.temp.dll.dll
    Syntax
    public interface INodeViewResolver

    Methods

    CreateNodeView(Type, CeresGraphView)

    Declaration
    ICeresNodeView CreateNodeView(Type type, CeresGraphView graphView)
    Parameters
    Type Name Description
    Type type
    CeresGraphView graphView
    Returns
    Type Description
    ICeresNodeView

    IsAcceptable(Type)

    Declaration
    bool IsAcceptable(Type nodeType)
    Parameters
    Type Name Description
    Type nodeType
    Returns
    Type Description
    bool
    In This Article
    Back to top Copyright © 2025 AkiKurisu
    Generated with DocFX