Click or drag to resize
Application Class
Provide application-level utilities.
Inheritance Hierarchy
SystemObject
  GeonBit.ManagersApplication

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

The Application type exposes the following members.

Properties
  NameDescription
Public propertyActiveScene
Get the currently active scene.
Public propertyStatic memberInstance
Get application utils instance.
Public propertyIsActive
Get if application is currently active / focused.
Top
Methods
  NameDescription
Public methodDraw
Called every frame during the Draw() process.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExit
Exit game.
Public methodFixedUpdate
Called every constant X seconds during the Update() phase.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitialize
Init application manager.
Public methodLoadScene
Set scene instance as active scene and activate() it when done.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdate
Update manager.
Top
See Also