Interface ManagedUpdateSystem.IManagedFixedUpdate
Namespace: GDX.Developer
Syntax
public interface IManagedFixedUpdate
Methods
| Improve this Doc View SourceManagedFixedUpdate(Single, Single)
Declaration
void ManagedFixedUpdate(float deltaTime, float unscaledDeltaTime)
Parameters
Type | Name | Description |
---|---|---|
System.Single | deltaTime | |
System.Single | unscaledDeltaTime |