Update Entity.hpp
Former-commit-id: 235ba4e526bbfd099ffe3f70579f5bf6143197f2 [formerly 1a80f70248e9512ebf995ea59bc18e63185896c0] [formerly e57b34dc18114250d575caabd7d8163eb227b43d [formerly d1525c1a67c741e9af763cc50951d29489751571]] Former-commit-id: a53a0c100c3beff71414ee4d257e7683fe7b75aa [formerly 28701c5d4907386523c9b553f5f7ce3d70fa1b75] Former-commit-id: 81f6862f1de2c7c00efa40ed482a66a8078291ce
This commit is contained in:
parent
524a890732
commit
044ecf325b
|
|
@ -36,7 +36,7 @@ namespace Ndk
|
|||
|
||||
const EntityHandle& Clone() const;
|
||||
|
||||
inline void Enable(bool enable);
|
||||
inline void Enable(bool enable = true);
|
||||
|
||||
inline BaseComponent& GetComponent(ComponentIndex index);
|
||||
template<typename ComponentType> ComponentType& GetComponent();
|
||||
|
|
|
|||
Loading…
Reference in New Issue