Beispiel #1
0
        ///Ping element. User hover.
        void PingElement(Hierarchy.Element e)
        {
            var element = e.GetFirstParentReferenceOfType <IGraphElement>();

            EditorApplication.delayCall += () => GraphEditor.PingElement(element);
        }