#include <Urho3D/Core/ObjectRevisionTracker.h>
|
unsigned | GetRevision () const |
| Return object revision.
|
|
|
static constexpr unsigned | InvalidRevision = 0 |
|
|
void | MarkRevisionUpdated () |
| Mark object as changed.
|
|
|
unsigned | revision_ {1} |
| Object revision, used for detecting changes in animation tracks by the external user.
|
|
Utility to keep track of object revisions. Revision is never zero, so it can be used as sentinel value to save space.
The documentation for this class was generated from the following file:
- Urho3D/Core/ObjectRevisionTracker.h