Click or drag to resize

IUpdateable Interface

Makes a ManagedUpdateBehaviour subclass get notified on an 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 IUpdateable

The IUpdateable type exposes the following members.

Methods
  NameDescription
Public methodOnUpdate
Called every frame.
Top
See Also