Merge pull request #70 from S6066/patch-1

Sdk/Entity: Add default parameter to Enable()

Former-commit-id: bf08a8cf3164babbb6895e2a8ad1ba912d58dc6a [formerly b1ebc18d25b555f4d7a4ee66e97bc8abbd118542] [formerly baaddbcb14203f7c0f54d7b250be5c72225df805 [formerly 8f79b0026d2d8ee49e2c46f22d4875e70e2d2d30]]
Former-commit-id: 16f99801049de2777e9038142127b2641766f920 [formerly 197c3c1cec4d69ecba80ecb51e07482fcb251d30]
Former-commit-id: a46966e2843427ea1365386ff29894f5d072040e
This commit is contained in:
Lynix 2016-08-23 16:54:00 +02:00 committed by GitHub
commit 943ff4f337
1 changed files with 1 additions and 1 deletions

View File

@ -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();