Plasma Engine  2.0
Loading...
Searching...
No Matches
MeshComponent.h
1#pragma once
2
3#include <RendererCore/Meshes/MeshComponentBase.h>
4
7
11class PL_RENDERERCORE_DLL plMeshComponent : public plMeshComponentBase
12{
14
16 // plMeshComponent
17
18public:
21
23 void OnMsgExtractGeometry(plMsgExtractGeometry& ref_msg) const; // [ msg handler ]
24};
Definition ComponentManager.h:88
Base class for components that render static or animated meshes.
Definition MeshComponentBase.h:67
Renders a single instance of a static mesh.
Definition MeshComponent.h:12
Sent by plWorldGeoExtractionUtil to gather geometry information about objects in a world.
Definition WorldGeoExtractionUtil.h:56