Update Entity.hpp
Former-commit-id: 1b7e8af53d5df90da6ecad26408e0296f4383290 [formerly b4d6cbc46d87a84927f0a832f3ded26453c53ada] [formerly 79671fe49616035368284c6690d0585d9c22d144 [formerly 45e76a15885bab06c77b58cc5910ff32e5b47f16]] Former-commit-id: 66753e226681587402b8c9b13b4bd76a3aa16a1f [formerly 4c779422137a298036a73f0f1a94fc7a12505bc0] Former-commit-id: be21ca9b5c2c4cb40998c939f348eb1e00488b9d
This commit is contained in:
parent
6622197063
commit
0db53f8aaf
|
|
@ -36,7 +36,7 @@ namespace Ndk
|
||||||
|
|
||||||
const EntityHandle& Clone() const;
|
const EntityHandle& Clone() const;
|
||||||
|
|
||||||
inline void Enable(bool enable);
|
inline void Enable(bool enable = true);
|
||||||
|
|
||||||
inline BaseComponent& GetComponent(ComponentIndex index);
|
inline BaseComponent& GetComponent(ComponentIndex index);
|
||||||
template<typename ComponentType> ComponentType& GetComponent();
|
template<typename ComponentType> ComponentType& GetComponent();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue