|
Monad Engine da02fba2
> Undercity Codex_
|
This is the complete list of members for eng::MeshComponent, including all inherited members.
| GetOwner() | eng::Component | |
| GetTypeId() const =0 | eng::Component | pure virtual |
| Init() | eng::Component | virtual |
| LoadProperties(const nlohmann::json &json) override | eng::MeshComponent | virtual |
| m_owner | eng::Component | protected |
| MeshComponent()=default | eng::MeshComponent | |
| MeshComponent(const std::shared_ptr< Material > &material, const std::shared_ptr< Mesh > &mesh) | eng::MeshComponent | |
| SetMaterial(const std::shared_ptr< Material > &material) | eng::MeshComponent | |
| SetMesh(const std::shared_ptr< Mesh > &mesh) | eng::MeshComponent | |
| StaticTypeId() | eng::Component | inlinestatic |
| Update(float deltaTime) override | eng::MeshComponent | virtual |
| ~Component()=default | eng::Component | virtual |