Class: MG::Application

Inherits:
Object
  • Object
show all
Defined in:
doc/API_reference.rb

Overview

end

Constructors collapse

Entry Point collapse

Class Method Details

.sharedApplication

Returns the shared Application instance.

Returns:



355
# File 'doc/API_reference.rb', line 355

def self.shared; end

Instance Method Details

#startApplication

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.

Returns:



364
# File 'doc/API_reference.rb', line 364

def start; end