Class: MG::Application
- Inherits:
-
Object
- Object
- MG::Application
- Defined in:
- doc/API_reference.rb
Overview
end
Constructors collapse
-
.shared ⇒ Application
The shared Application instance.
Entry Point collapse
-
#start ⇒ self
This method is called when the application finished launching.
Class Method Details
.shared ⇒ Application
Returns the shared Application instance.
355 |
# File 'doc/API_reference.rb', line 355 def self.shared; end |
Instance Method Details
#start ⇒ self
This method is called when the application finished launching. This method is empty by default, and you are responsible to provide a custom implementation that will create the interface of your game.
364 |
# File 'doc/API_reference.rb', line 364 def start; end |