Beispiel #1
0
    private void OnGUI()
    {
        if (m_Element == null)
        {
            return;
        }

        m_Element.DrawEdge();
    }
Beispiel #2
0
    private void OnGUI()
    {
        if (m_GraphEditorElement == null)
        {
            return;
        }

        m_GraphEditorElement.DrawEdge();
    }