Movie::GetDirtyFlag

Movie::GetDirtyFlag
virtual bool GetDirtyFlag(bool doReset = true) = 0;
Description

GetDirtyFlag returns and optionally resets the "dirty flag" that indicates whether anything was changed on the stage (and needs to be re-rendered) or not. Note, 'doReset' parameter will take effect only after Capture is called (either manually or by Advance).

Parameters
Parameters 
Description 
bool doReset = true 
If true, resets the dirty flag.