|
Monad Engine da02fba2
> Undercity Codex_
|
#include <AudioListenerComponent.h>
Inheritance diagram for eng::AudioListenerComponent:
Collaboration diagram for eng::AudioListenerComponent:Public Member Functions | |
| void | Update (float deltaTime) override |
| virtual void | LoadProperties (const nlohmann::json &json) |
| virtual void | Init () |
| virtual size_t | GetTypeId () const =0 |
| GameObject * | GetOwner () |
Static Public Member Functions | |
| template<typename T > | |
| static size_t | StaticTypeId () |
Protected Attributes | |
| GameObject * | m_owner = nullptr |
Definition at line 6 of file AudioListenerComponent.h.
|
inherited |
Definition at line 15 of file Component.cpp.
References eng::Component::m_owner.
Referenced by eng::MeshComponent::Update(), and eng::SpriteComponent::Update().
|
pure virtualinherited |
|
virtualinherited |
Reimplemented in eng::PhysicsComponent, and eng::PlayerControllerComponent.
Definition at line 11 of file Component.cpp.
Referenced by eng::GameObject::AddComponent().
|
virtualinherited |
Reimplemented in eng::AudioComponent, eng::LightComponent, eng::MeshComponent, eng::PhysicsComponent, and eng::SpriteComponent.
Definition at line 7 of file Component.cpp.
|
inlinestaticinherited |
Definition at line 26 of file Component.h.
|
overridevirtual |
Implements eng::Component.
Definition at line 7 of file AudioListenerComponent.cpp.
References eng::Engine::GetAudioManager(), eng::Engine::GetInstance(), eng::GameObject::GetWorldPosition(), eng::Component::m_owner, and eng::AudioManager::SetListenerPosition().
|
protectedinherited |
Definition at line 33 of file Component.h.
Referenced by eng::GameObject::AddComponent(), eng::Component::GetOwner(), eng::CameraComponent::GetViewMatrix(), eng::PhysicsComponent::Init(), eng::PlayerControllerComponent::Init(), eng::AudioComponent::Update(), Update(), eng::PhysicsComponent::Update(), and eng::PlayerControllerComponent::Update().