Source/Urho3D/Scene/Component.h File Reference
Component.h File Reference
#include "../Scene/Animatable.h"
This graph shows which files directly or indirectly include this file:
Classes | |
class | Urho3D::Component |
Enumerations | |
enum | Urho3D::AutoRemoveMode { REMOVE_DISABLED = 0, REMOVE_COMPONENT, REMOVE_NODE } |
Autoremove is used by some components for automatic removal from the scene hierarchy upon completion of an action, for example sound or particle effect. | |