Class: Smalruby3::Stage
Constant Summary
Constants inherited from Sprite
Smalruby3::Sprite::ROTATION_STYLE
Constants included from Smalruby3::SpriteMethod::Control
Smalruby3::SpriteMethod::Control::STOP_OPTION
Instance Attribute Summary
Attributes inherited from Sprite
#checking_hit_targets, #costumes, #current_costume, #direction, #enable_pen, #event_handlers, #lists, #name, #pen_color, #rotation_style, #size, #threads, #variables, #visible, #volume, #x, #y
Instance Method Summary collapse
Methods inherited from Sprite
#costume, #draw, #fire, #initialize, #join_threads, #position
Methods included from Smalruby3::SpriteMethod::Variables
#hide_list, #hide_variable, #show_list, #show_variable
Methods included from Smalruby3::SpriteMethod::Sensing
Methods included from Smalruby3::SpriteMethod::Control
#create_clone, #delete_this_clone, #forever, #repeat, #stop, #wait
Methods included from Smalruby3::SpriteMethod::Events
#broadcast, #broadcast_and_wait, #when
Methods included from Smalruby3::SpriteMethod::Looks
Methods included from Smalruby3::SpriteMethod::Motion
#direction=, #go_to, #move, #point_towards, #position=, #turn_left, #turn_right, #x=, #y=
Constructor Details
This class inherits a constructor from Smalruby3::Sprite
Instance Method Details
#stage? ⇒ Boolean
5 6 7 |
# File 'lib/smalruby3/stage.rb', line 5 def stage? true end |