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
6
using
plShapeIconComponentManager
=
plComponentManager<class plShapeIconComponent, plBlockStorageType::Compact>
;
7
11
class
PL_ENGINEPLUGINSCENE_DLL
plShapeIconComponent
:
public
plComponent
12
{
13
PL_DECLARE_COMPONENT_TYPE(
plShapeIconComponent
,
plComponent
,
plShapeIconComponentManager
);
14
16
// plShapeIconComponent
17
18
public
:
19
plShapeIconComponent
();
20
~plShapeIconComponent
();
21
};
plComponent
Base class of all component types.
Definition
Component.h:25
plComponentManager
Definition
ComponentManager.h:88
plShapeIconComponent
This is a dummy component that the editor creates on all 'empty' nodes for the sole purpose to render...
Definition
ShapeIconComponent.h:12
Code
EditorPlugins
Scene
EnginePluginScene
Components
ShapeIconComponent.h
Generated by
1.11.0