コード例 #1
0
 public MuseRecieverElement(MuseEditor parent) : this()
 {
     this.museParent = parent;
     if (parent != null)
     {
         parent.OnUpdate += Update;
     }
 }
コード例 #2
0
        public static void ShowExample()
        {
            MuseEditor wnd = GetWindow <MuseEditor>();

            wnd.titleContent = new GUIContent("MuseEditor");
        }
コード例 #3
0
 public void SetParent(MuseEditor parent)
 {
     this.museParent = parent;
 }