IFramework.Update event
Fired once per game frame. Argument is deltaTime in seconds.
public event Action<float> Update;See Also
Section titled “See Also”- interface IFramework
- namespace Stellar.Abstractions.Services
Fired once per game frame. Argument is deltaTime in seconds.
public event Action<float> Update;