Search Results for

    Show / Hide Table of Contents

    Class PropertyNodeView

    Inheritance
    object
    CeresNodeView
    ExecutableNodeView
    PropertyNodeView
    PropertyNode_PropertyValueNodeView
    PropertyNode_SharedVariableValueNodeView
    Implements
    ICeresNodeView
    Inherited Members
    ExecutableNodeView.Flags
    ExecutableNodeView.ExecutableNodeElement
    ExecutableNodeView.FlowGraphEditorWindow
    ExecutableNodeView.AddBreakpoint()
    ExecutableNodeView.RemoveBreakpoint()
    ExecutableNodeView.BuildContextualMenu(ContextualMenuPopulateEvent)
    ExecutableNodeView.Validate(FlowGraphValidator)
    ExecutableNodeView.GetDefaultTooltip()
    CeresNodeView.Guid
    CeresNodeView.NodeElement
    CeresNodeView.GraphView
    CeresNodeView.NodeType
    CeresNodeView.NodeInstance
    CeresNodeView.FieldResolvers
    CeresNodeView.FieldInfos
    CeresNodeView.PortViews
    CeresNodeView.Initialize(Type, CeresGraphView)
    CeresNodeView.SetupNodeElement(NodeElement)
    CeresNodeView.OnSetupNodeElement()
    CeresNodeView.SetGraphOwner(CeresGraphView)
    CeresNodeView.OnSetGraphView()
    CeresNodeView.SetNodeInstanceType(Type)
    CeresNodeView.OnSetNodeInstanceType()
    CeresNodeView.FindPortView(string, int)
    CeresNodeView.FindPortViewWithDisplayName(string, int)
    CeresNodeView.FindPortViewWithDisplayType(Type, int)
    CeresNodeView.FindConnectablePortView(CeresPortView)
    CeresNodeView.GetAllPortViews()
    CeresNodeView.FindFieldResolver(string)
    CeresNodeView.FindFieldResolver<T>(string)
    CeresNodeView.FillDefaultNodeProperties()
    CeresNodeView.FillDefaultNodeTitle()
    CeresNodeView.FillDefaultNodePorts()
    CeresNodeView.GetContainerType()
    CeresNodeView.AddPortView(CeresPortView)
    CeresNodeView.RemovePortView(CeresPortView)
    CeresNodeView.ReconnectEdges()
    CeresNodeView.SetTooltip(string)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Ceres.Editor.Graph.Flow.Properties
    Assembly: cs.temp.dll.dll
    Syntax
    public class PropertyNodeView : ExecutableNodeView, ICeresNodeView

    Constructors

    PropertyNodeView(Type, CeresGraphView)

    Declaration
    public PropertyNodeView(Type type, CeresGraphView graphView)
    Parameters
    Type Name Description
    Type type
    CeresGraphView graphView

    Properties

    PropertyName

    Declaration
    protected string PropertyName { get; }
    Property Value
    Type Description
    string

    Methods

    CompileNode()

    Declaration
    public override ExecutableNode CompileNode()
    Returns
    Type Description
    ExecutableNode
    Overrides
    ExecutableNodeView.CompileNode()

    SetNodeInstance(CeresNode)

    Declaration
    public override void SetNodeInstance(CeresNode ceresNode)
    Parameters
    Type Name Description
    CeresNode ceresNode
    Overrides
    CeresNodeView.SetNodeInstance(CeresNode)

    SetPropertyName(string)

    Declaration
    public virtual void SetPropertyName(string propertyName)
    Parameters
    Type Name Description
    string propertyName

    Implements

    ICeresNodeView
    In This Article
    Back to top Copyright © 2025 AkiKurisu
    Generated with DocFX