Skip to content

File TransformPanel.h

File List > layer > TransformPanel.h

Go to the documentation of this file

#pragma once

#include "ImguiLayer.h"

class TransformPanel : public ImguiLayer
{

public:

    TransformPanel();
    TransformPanel(std::string _name);
    ~TransformPanel();

public:

    void RenderLayer(const Context& ctx, EventPool& evt) override;
};