Sdk/BaseComponent: Add GetEntity method
This commit is contained in:
@@ -29,6 +29,7 @@ namespace Ndk
|
||||
|
||||
virtual std::unique_ptr<BaseComponent> Clone() const = 0;
|
||||
|
||||
inline const EntityHandle& GetEntity() const;
|
||||
ComponentIndex GetIndex() const;
|
||||
|
||||
inline static ComponentIndex GetMaxComponentIndex();
|
||||
|
||||
Reference in New Issue
Block a user