public MuseRecieverElement(MuseEditor parent) : this() { this.museParent = parent; if (parent != null) { parent.OnUpdate += Update; } }
public static void ShowExample() { MuseEditor wnd = GetWindow <MuseEditor>(); wnd.titleContent = new GUIContent("MuseEditor"); }
public void SetParent(MuseEditor parent) { this.museParent = parent; }