Sdk/Entity: Add Disable shortcut

This commit is contained in:
Jérôme Leclercq
2017-11-23 13:22:38 +01:00
parent 0a5cbe656f
commit 6c8b3eb319
2 changed files with 13 additions and 2 deletions

View File

@@ -41,6 +41,7 @@ namespace Ndk
const EntityHandle& Clone() const;
inline void Disable();
inline void Enable(bool enable = true);
inline BaseComponent& GetComponent(ComponentIndex index);