MQEngine
|
成员的完整列表,这些成员属于 MQEngine::ComponentReflection,包括所有继承而来的类成员
addComponent(entt::registry ®istry, entt::entity entity, const std::string &componentName) const | MQEngine::ComponentReflection | |
ComponentReflection() | MQEngine::ComponentReflection | |
getComponentField(entt::registry ®istry, entt::entity entity, const std::string &componentName, const std::string &fieldName) const | MQEngine::ComponentReflection | |
getComponentFieldNames(const std::string &componentName) const | MQEngine::ComponentReflection | |
getComponentFieldType(const std::string &componentName, const std::string &fieldName) const | MQEngine::ComponentReflection | |
getComponentInfos() const | MQEngine::ComponentReflection | |
getRegisteredComponentNames() const | MQEngine::ComponentReflection | |
hasComponent(entt::registry ®istry, entt::entity entity, const std::string &componentName) const | MQEngine::ComponentReflection | |
m_componentInfos | MQEngine::ComponentReflection | private |
registerComponent(const std::string &name) | MQEngine::ComponentReflection | private |
removeComponent(entt::registry ®istry, entt::entity entity, const std::string &componentName) const | MQEngine::ComponentReflection | |
setComponentField(entt::registry ®istry, entt::entity entity, const std::string &componentName, const std::string &fieldName, const ComponentValue &value) const | MQEngine::ComponentReflection | |
~ComponentReflection()=default | MQEngine::ComponentReflection |