!B (Sandbox) (CE-21795) Importing models with multisubmaterials via fbx switches...
[CRYENGINE.git] / Code / Sandbox / Plugins / LodGeneratorPlugin / panel / GeneratorOptionsPanel.h
bloba0c70364e4e06498429f51f08ccbc940ca61fdf7
1 #pragma once
3 #include <QWidget>
4 #include "../Util/LodParameter.h"
6 namespace Ui {
7 class CGeneratorOptionsPanel;
10 class CGeneratorOptionsPanel : public QWidget
12 Q_OBJECT
14 public:
15 explicit CGeneratorOptionsPanel(QWidget *parent = 0) : QWidget(parent)
19 ~CGeneratorOptionsPanel()
23 public:
24 virtual void ParameterChanged(SLodParameter* parameter) = 0;