hx3d
1
2D/3D Simple Game Framework
|
Property observer (Observer pattern) More...
#include <property.hpp>
Public Member Functions | |
virtual void | observe (const T ¤t, const T &newVal)=0 |
Observe property modification. More... | |
Property observer (Observer pattern)
Definition at line 33 of file property.hpp.
|
pure virtual |
Observe property modification.
current | Current value |
newVal | New value |