Click or drag to resize
ISystemLateUpdate Method
Late update of this system. The late update is performed after all events of the tick were processed.

Namespace: Slash.Application.Systems
Assembly: Slash.Application (in Slash.Application.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void LateUpdate(
	float dt
)

Parameters

dt
Type: SystemSingle
Time passed since the last tick (in s).
See Also