entity editor, scene graph viewer, scene viewer basics done. Can rotate, translate and scale selected models.
This commit is contained in:
18
src/ui/UIMenuBar.h
Normal file
18
src/ui/UIMenuBar.h
Normal file
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// Created by slinky on 5/11/26.
|
||||
//
|
||||
|
||||
#ifndef B_ENGINE_UIMENUBAR_H
|
||||
#define B_ENGINE_UIMENUBAR_H
|
||||
|
||||
#include "IUIPanel.h"
|
||||
|
||||
class UIMenuBar : public IUIPanel {
|
||||
public:
|
||||
void update(EditorContext &context) override;
|
||||
|
||||
std::function<void(entt::entity)> create_entity;
|
||||
};
|
||||
|
||||
|
||||
#endif //B_ENGINE_UIMENUBAR_H
|
||||
Reference in New Issue
Block a user