Beispiel #1
0
        static void MenuDoDoSomethingWithPbObject()
        {
            MakeFacesDoubleSided instance = pb_EditorToolbarLoader.GetInstance <MakeFacesDoubleSided>();

            if (instance != null)
            {
                pb_EditorUtility.ShowNotification(instance.DoAction().notification);
            }
        }