File ParamControl.h
File List > layer > ParamControl.h
Go to the documentation of this file
#pragma once
#include "ImguiLayer.h"
class ParamControl : public ImguiLayer
{
public:
ParamControl();
ParamControl(const std::string& name);
~ParamControl();
public:
void RenderLayer(const Context& ctx, EventPool& evt) override;
};