public SlideshowStyleManager(SlideshowEditController editorController, LectureUICallback uiCallback) { this.editorController = editorController; this.uiCallback = uiCallback; editInterface = new EditInterface("Theme"); ReflectedEditInterface.expandEditInterface(this, ReflectedEditInterface.DefaultScanner, editInterface); }
/// <summary> /// This function will fill out the EditInterface with the rest of the /// properties for this MovableObject. /// </summary> /// <param name="editInterface">The EditInterface to fill out.</param> protected override void setupEditInterface(EditInterface editInterface) { ReflectedEditInterface.expandEditInterface(this, memberScanner, editInterface); editInterface.IconReferenceTag = EngineIcons.Entity; }