 | EventManagerProcessEvents Method (Single) |
Passes all queued events on to interested listeners and clears the
event queue.
Namespace: Slash.ECS.EventsAssembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntaxpublic int ProcessEvents(
float dt
)
Public Function ProcessEvents (
dt As Single
) As Integer
public:
int ProcessEvents(
float dt
)
member ProcessEvents :
dt : float32 -> int
Parameters
- dt
- Type: SystemSingle
Time passed since the last tick, in seconds.
Return Value
Type:
Int32Number of processed events.
See Also