Search Results for

    Show / Hide Table of Contents

    Class CeresPortElement

    Inheritance
    object
    CeresPortElement
    Namespace: Ceres.Editor.Graph
    Assembly: cs.temp.dll.dll
    Syntax
    public class CeresPortElement : Port

    Properties

    EditorField

    Declaration
    public VisualElement EditorField { get; }
    Property Value
    Type Description
    VisualElement

    View

    Declaration
    public CeresPortView View { get; }
    Property Value
    Type Description
    CeresPortView

    Methods

    BuildContextualMenu(ContextualMenuPopulateEvent)

    Declaration
    protected virtual void BuildContextualMenu(ContextualMenuPopulateEvent evt)
    Parameters
    Type Name Description
    ContextualMenuPopulateEvent evt

    CanConnect(CeresPortElement)

    Whether this can connect other port with value compatible validation

    Declaration
    public bool CanConnect(CeresPortElement other)
    Parameters
    Type Name Description
    CeresPortElement other
    Returns
    Type Description
    bool

    Connect(Edge)

    Declaration
    public override void Connect(Edge edge)
    Parameters
    Type Name Description
    Edge edge

    Create(CeresPortView)

    Declaration
    public static CeresPortElement Create(CeresPortView ownerView)
    Parameters
    Type Name Description
    CeresPortView ownerView
    Returns
    Type Description
    CeresPortElement

    CreatePortTooltip(Type)

    Declaration
    public string CreatePortTooltip(Type valueType)
    Parameters
    Type Name Description
    Type valueType
    Returns
    Type Description
    string

    Disconnect(Edge)

    Declaration
    public override void Disconnect(Edge edge)
    Parameters
    Type Name Description
    Edge edge

    GetEditorFieldVisibility()

    Declaration
    public bool GetEditorFieldVisibility()
    Returns
    Type Description
    bool

    IsCompatibleTo(CeresPortElement)

    Whether this port's value is compatible to other port's value

    Declaration
    public bool IsCompatibleTo(CeresPortElement other)
    Parameters
    Type Name Description
    CeresPortElement other
    Returns
    Type Description
    bool

    IsConnectable()

    Whether this can connect other ports

    Declaration
    public bool IsConnectable()
    Returns
    Type Description
    bool

    SetEditorFieldVisibility(bool)

    Declaration
    public void SetEditorFieldVisibility(bool isVisible)
    Parameters
    Type Name Description
    bool isVisible
    In This Article
    Back to top Copyright © 2025 AkiKurisu
    Generated with DocFX