Plasma Engine  2.0
Loading...
Searching...
No Matches
ShapeIconComponent.h
1#pragma once
2
3#include <Core/World/Component.h>
4#include <Core/World/World.h>
5
7
11class PL_ENGINEPLUGINSCENE_DLL plShapeIconComponent : public plComponent
12{
14
16 // plShapeIconComponent
17
18public:
21};
Base class of all component types.
Definition Component.h:25
Definition ComponentManager.h:88
This is a dummy component that the editor creates on all 'empty' nodes for the sole purpose to render...
Definition ShapeIconComponent.h:12