Files
flower/Source/Editor/Widgets/DrawComponent/DrawComponentReflectionCapture.cpp

14 lines
306 B
C++

#include "Pch.h"
#include "../Detail.h"
#include "DrawComponent.h"
using namespace Flower;
using namespace Flower::UI;
void ComponentDrawer::drawReflectionCapture(std::shared_ptr<SceneNode> node)
{
std::shared_ptr<ReflectionCaptureComponent> comp = node->getComponent<ReflectionCaptureComponent>();
}