Class: GTS::LoadingScreen
- Inherits:
-
UI::SpriteStack
- Object
- UI::SpriteStack
- GTS::LoadingScreen
- Defined in:
- docs/4_Systems_901_GTS.rb
Overview
Class showing the loading during server requests
Constant Summary
Constants inherited from UI::SpriteStack
UI::SpriteStack::NO_INITIAL_IMAGE
Instance Attribute Summary
Attributes inherited from UI::SpriteStack
#animated, #data, #moving, #stack, #viewport, #x, #y
Instance Method Summary collapse
-
#initialize(viewport) ⇒ LoadingScreen
constructor
Create a new LoadingScreen.
-
#process
Blocking method that makes the “LoadingScreen” process it’s loading display.
Methods inherited from UI::SpriteStack
#[], #add_background, #add_line, #add_text, #anime, #anime_delta_set, #dispose, #each, #execute_anime, #move, #move_to, #opacity, #opacity=, #push, #push_sprite, #set_origin, #set_position, #simple_mouse_in?, #size, #stop_animation, #translate_mouse_coords, #update, #update_animation, #update_position, #visible, #visible=, #with_cache, #with_font, #with_surface, #z, #z=
Constructor Details
#initialize(viewport) ⇒ LoadingScreen
Create a new LoadingScreen
286 287 |
# File 'docs/4_Systems_901_GTS.rb', line 286 def initialize() end |
Instance Method Details
#process
Blocking method that makes the “LoadingScreen” process it’s loading display
289 290 |
# File 'docs/4_Systems_901_GTS.rb', line 289 def process end |