| 75 | } |
| 76 | |
| 77 | void EntityInspectorModule::shutdownModule() |
| 78 | { |
| 79 | GlobalUserInterface().unregisterControl(UserControl::EntityInspector); |
| 80 | _propertyEditorFactory.reset(); |
| 81 | } |
| 82 | |
| 83 | void EntityInspectorModule::registerPropertyEditor(const std::string& key, const IPropertyEditor::CreationFunc& creator) |
| 84 | { |
nothing calls this directly
no test coverage detected