Engine²
Open-source game engine written in C++.
Loading...
Searching...
No Matches
OnMeshCreation.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include "
core/Core.hpp
"
4
#include "
entity/Entity.hpp
"
5
6
namespace
DefaultPipeline::System
{
7
8
void
OnMeshCreation
(Engine::Core &core, Engine::EntityId entityId);
9
10
}
// namespace DefaultPipeline::System
Core.hpp
Entity.hpp
DefaultPipeline::System
Definition
OnCameraCreation.hpp:6
DefaultPipeline::System::OnMeshCreation
void OnMeshCreation(Engine::Core &core, Engine::EntityId entityId)
Definition
OnMeshCreation.cpp:9
src
plugin
default-pipeline
src
system
GPUComponentManagement
OnMeshCreation.hpp
Generated by
1.16.1