Click or drag to resize

IFixedUpdateable Interface

Makes a ManagedUpdateBehaviour subclass get notified on a fixed 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 IFixedUpdateable

The IFixedUpdateable type exposes the following members.

Methods
  NameDescription
Public methodOnFixedUpdate
Called every fixed update.
Top
See Also