17 #include <ht_component.h> 28 virtual Core::JSON VSerialize()
override;
29 virtual bool VDeserialize(
const Core::JSON& jsonObject)
override;
30 virtual void VOnInit()
override;
38 virtual Core::Guid VGetComponentId()
const override;
virtual void VOnDisabled() override
Called when the Component is disabled.
Definition: ht_audiolistener_component.cpp:73
virtual void VOnDestroy() override
Called when the GameObject is destroyed/deleted.
Definition: ht_audiolistener_component.cpp:78
virtual void VOnEnabled() override
Called when the Component is enabled.
Definition: ht_audiolistener_component.cpp:68
virtual void VOnUpdate() override
Called once per frame while the GameObject is enabled.
Definition: ht_audiolistener_component.cpp:46
Definition: ht_component.h:42
Hatchit Engine Copyright(c) 2015-2016 Third-Degree.
Definition: ht_glfwkeyboard.h:21
virtual Component * VClone() const override
Creates a copy of this Component.
Definition: ht_audiolistener_component.cpp:57
virtual void VOnInit() override
Called when the GameObject is created to initialize all values.
Definition: ht_audiolistener_component.cpp:41
Definition: ht_audiolistener_component.h:23