3ds Max C++ API Reference
|
Functions | |
virtual bool | UpdateIsFinished () const |
identifies whether the update associated with the call Update(TimeValue t) was finished. | |
virtual void | AllowUpdateInterruption (bool allow) |
defines whether is it allowed to interrupt an update for a particle group. | |
FPInterfaceDesc * | GetDesc () |
perform invalidation that was delayed | |
|
inlinevirtual |
identifies whether the update associated with the call Update(TimeValue t) was finished.
If the update was not finished then the method Update(..) has to be called again (with the same TimeValue t) until it is finished
|
inlinevirtual |
defines whether is it allowed to interrupt an update for a particle group.
If the update interruption is not allowed then UpdateIsFinished should return true
|
inlinevirtual |
perform invalidation that was delayed
Implements FPInterface.