|
Rebel Fork Framework
|
Template base of any TrackedComponent that automatically registers itself in registry. More...
#include <Urho3D/Scene/TrackedComponent.h>
Public Member Functions | |
| TrackedComponent (Context *context) | |
| RegistryComponentType * | GetRegistry () const |
| bool | ShouldBeTrackedInRegistry () const override |
| void | ReconnectToRegistry () override |
| void | OnSetEnabled () override |
Protected Member Functions | |
| void | OnSceneSet (Scene *previousScene, Scene *scene) override |
Private Attributes | |
| WeakPtr< RegistryComponentType > | registry_ |
Template base of any TrackedComponent that automatically registers itself in registry.