Click or drag to resize
IManager Methods

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