Source/Urho3D/Scene/LogicComponent.h File Reference
LogicComponent.h File Reference
Include dependency graph for LogicComponent.h:
Classes | |
class | Urho3D::LogicComponent |
Helper base class for user-defined game logic components that hooks up to update events and forwards them to virtual functions similar to ScriptInstance class. More... | |
Enumerations | |
enum | Urho3D::UpdateEvent : unsigned { Urho3D::USE_NO_EVENT = 0x0, Urho3D::USE_UPDATE = 0x1, Urho3D::USE_POSTUPDATE = 0x2, Urho3D::USE_FIXEDUPDATE = 0x4, Urho3D::USE_FIXEDPOSTUPDATE = 0x8 } |
Functions | |
Urho3D::URHO3D_FLAGSET (UpdateEvent, UpdateEventFlags) | |
Enumeration Type Documentation
◆ UpdateEvent
enum Urho3D::UpdateEvent : unsigned |