Class: Metro::MissingScene
Constant Summary
Constants included from Units
Class Attribute Summary collapse
-
.missing_scene ⇒ Object
Returns the value of attribute missing_scene.
Attributes inherited from Scene
Method Summary
Methods inherited from Scene
#_prepare_transition, #actor, #add_actors_to_scene, after, #after, #after_initialize, after_intervals, #base_draw, #base_update, #draw, #drawers, #enqueue, hierarchy, inherited, #initialize, metro_name, #notification, #prepare_transition_from, #prepare_transition_to, #register_actor, #register_actors!, #register_after_intervals!, #register_animations!, #register_events!, #register_events_for_target, #scene_name, scene_name, scenes, #show, #state, #to_hash, #to_s, #transition_to, #update, #updaters
Methods included from SceneView
included, #save_view, #view, #view_content, #view_name
Methods included from HasAnimations
Methods included from HasEvents
Methods included from Draws
Constructor Details
This class inherits a constructor from Metro::Scene
Class Attribute Details
.missing_scene ⇒ Object
Returns the value of attribute missing_scene.
6 7 8 |
# File 'lib/metro/missing_scene.rb', line 6 def missing_scene @missing_scene end |