Click or drag to resize
Application Methods

The Application type exposes the following members.

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