__declspec(property(get = GetDirty, put = SetDirty)) bool Dirty;
Becomes true after any of the properties have changed.
Read:
bool GetDirty();Write:
void SetDirty(const bool Value);Remarks:
When any of the TMtxOptimization properties changes, this property is automatically set to true. If TMtxOptimization::AutoUpdate and Dirty are both true then the TMtxOptimization::Recalculate method will be called automatically.
Declared in Dew::Math::TMtxOptimization · Dew.Math/MtxVecTools.h · Cross-compiler