IManager Interface |
Namespace: GeonBit.Managers
public interface IManager
The IManager type exposes the following members.
Name | Description | |
---|---|---|
Draw |
Called every frame during the Draw() phase.
| |
FixedUpdate |
Called every constant X seconds during the Update() phase.
| |
Initialize |
Initialize the manager.
| |
Update |
Called every frame during the Update() phase.
|