Urho3D
Public Attributes
Urho3D::DelayedMethodCall Struct Reference

Delay-executed method call. More...

#include <ScriptInstance.h>

List of all members.

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.

Detailed Description

Delay-executed method call.


The documentation for this struct was generated from the following file: