Click or drag to resize
IManager Interface
API for a public manager class.

Namespace:  GeonBit.Managers
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public interface IManager

The IManager type exposes the following members.

Methods
  NameDescription
Public methodDraw
Called every frame during the Draw() phase.
Public methodFixedUpdate
Called every constant X seconds during the Update() phase.
Public methodInitialize
Initialize the manager.
Public methodUpdate
Called every frame during the Update() phase.
Top
See Also