Basic movement and camera management between players and editor
This commit is contained in:
@@ -25,6 +25,7 @@ struct EntityWrapper
|
||||
|
||||
bool HasComponent(const std::string& componentName);
|
||||
EntityWrapper Parent();
|
||||
EntityWrapper FirstChildByName(const std::string& name);
|
||||
bool Valid();
|
||||
|
||||
ComponentWrapper operator[](const char* componentName);
|
||||
|
||||
Reference in New Issue
Block a user