 | SystemManagerLateUpdate Method |
Late update of all systems.
Namespace: Slash.Application.SystemsAssembly: Slash.Application (in Slash.Application.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void LateUpdate(
float dt
)
Public Sub LateUpdate (
dt As Single
)
public:
void LateUpdate(
float dt
)
member LateUpdate :
dt : float32 -> unit
Parameters
- dt
- Type: SystemSingle
Time passed since the last tick (in s).
See Also