Skip to content
Version 2.11.0
↓ Get the launcher

IFramework.Update event

Fired once per game frame. Argument is deltaTime in seconds.

public event Action<float> Update;