| Application Class |
Namespace: GeonBit.Managers
public class Application : IManager
The Application type exposes the following members.
| Name | Description | |
|---|---|---|
| ActiveScene |
Get the currently active scene.
| |
| Instance |
Get application utils instance.
| |
| IsActive |
Get if application is currently active / focused.
|
| Name | Description | |
|---|---|---|
| Draw |
Called every frame during the Draw() process.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Exit |
Exit game.
| |
| FixedUpdate |
Called every constant X seconds during the Update() phase.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Initialize |
Init application manager.
| |
| LoadScene |
Set scene instance as active scene and activate() it when done.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| Update |
Update manager.
|