Click or drag to resize

ICustomUpdateable Interface

Makes a ManagedUpdateBehaviour subclass get notified when a custom update loop ticks.

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 ICustomUpdateable

The ICustomUpdateable type exposes the following members.

Methods
  NameDescription
Public methodGetCustomUpdateIds
Gets the event ids for the custom update loops that should be listened to.
Public methodOnCustomUpdate
Called whenever one of the custom update loops tick.
Top
See Also