Urho3D
|
Delay-executed method call. More...
#include <ScriptInstance.h>
Public Attributes | |
float | period_ |
Period for repeating calls. | |
float | delay_ |
Delay time remaining until execution. | |
bool | repeat_ |
Repeat flag. | |
String | declaration_ |
Method declaration. | |
VariantVector | parameters_ |
Parameters. |
Delay-executed method call.