添加自定义菜单

作者:追风剑情 发布于:2014-4-10 14:47 分类:Unity3d

u3d-custom-menu.png

  1. using UnityEngine;
  2. using UnityEditor;
  3.  
  4. public class CustomMenu {
  5.  
  6. [MenuItem("Custom/MenuItem1 #&c")]
  7. static public void MenuItem1()
  8. {
  9. Debug.Log("Click MenuItem1");
  10. }
  11.  
  12. [MenuItem("Custom/MenuItem2 #&c")]
  13. static public void MenuItem2()
  14. {
  15. Debug.Log("Click MenuItem2");
  16. }
  17. }

 

Powered by emlog  蜀ICP备18021003号-1   sitemap

川公网安备 51019002001593号