Click or drag to resize

ILateUpdateable Interface

Makes a ManagedUpdateBehaviour subclass get notified on a late update.

Namespace:  Archon.SwissArmyLib.Events.Loops
Assembly:  Archon.SwissArmyLib (in Archon.SwissArmyLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public interface ILateUpdateable

The ILateUpdateable type exposes the following members.

Methods
  NameDescription
Public methodOnLateUpdate
Called every frame, after the regular update loop.
Top
See Also