![]() |
Public API Reference |
#include <engseq.h>
Inheritance diagram for iSequenceTimedOperation:
Public Methods | |
virtual void | Do (float time, iBase *params)=0 |
Do the operation. More... |
This is basically something that needs to run over some period of time. The 'elapsed' value that needs to be implemented by subclasses will go from 0 to 1. When the time expires (goes beyond 1) then the operation will be deleted automatically. Timed operations are usually fired from within a sequence operation (iSequenceOperation).
Definition at line 458 of file engseq.h.
|
Do the operation. 'time' will be between 0 and 1. |