R-Type  2
Doom but in better
Loading...
Searching...
No Matches
EntityNode.cpp
Go to the documentation of this file.
1/*
2** EPITECH PROJECT, 2024
3** rtype (Workspace)
4** File description:
5** EntityNode.cpp
6*/
7
15
16GUI::ECS::EntityNode::EntityNode(const size_t entityId) : _entityID(entityId) {};
17
19{
20 return _entityID;
21}
22
This is the file that links the EntityNode children.
virtual size_t getEntityNodeId() const
EntityNode(const size_t entityId=0)