Engine²
Open-source game engine written in C++.
Loading...
Searching...
No Matches
OnTransformCreation.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
OnTransformCreation
(Engine::Core &core, Engine::EntityId entityId);
9
10
}
// namespace DefaultPipeline::System
Core.hpp
Entity.hpp
DefaultPipeline::System
Definition
OnCameraCreation.hpp:6
DefaultPipeline::System::OnTransformCreation
void OnTransformCreation(Engine::Core &core, Engine::EntityId entityId)
Definition
OnTransformCreation.cpp:11
src
plugin
default-pipeline
src
system
GPUComponentManagement
OnTransformCreation.hpp
Generated by
1.16.1