onDestroy [EVENT]
Why ?
When ?
Prototype
//hpp
void onDestroy() override;
//cpp
void KapEngine::MyGame::MyComponent::onDestroy() {
//do what you want
}Last updated
//hpp
void onDestroy() override;
//cpp
void KapEngine::MyGame::MyComponent::onDestroy() {
//do what you want
}Last updated