Class: BattleUI::SkillChoice::MoveDescription
- Inherits:
-
UI::SpriteStack
- Object
- UI::SpriteStack
- BattleUI::SkillChoice::MoveDescription
- Includes:
- HideShow
- Defined in:
- docs/5_Battle_01_Scene.rb
Overview
Element showing the full description about the currently selected move
Constant Summary
Constants inherited from UI::SpriteStack
UI::SpriteStack::NO_INITIAL_IMAGE
Instance Attribute Summary collapse
-
#animation_handler ⇒ Yuki::Animation::Handler{ Symbol => Yuki::Animation::TimedAnimation}
readonly
Get the animation handler.
Attributes inherited from UI::SpriteStack
#animated, #data, #moving, #stack, #viewport, #x, #y
Instance Method Summary collapse
-
#done? ⇒ Boolean
Tell if the animation is done.
-
#initialize(viewport) ⇒ MoveDescription
constructor
Create a new MoveDescription.
-
#update
Update the sprite.
Methods included from HideShow
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_animation, #update_position, #visible, #visible=, #with_cache, #with_font, #with_surface, #z, #z=
Constructor Details
#initialize(viewport) ⇒ MoveDescription
Create a new MoveDescription
1453 1454 |
# File 'docs/5_Battle_01_Scene.rb', line 1453 def initialize() end |
Instance Attribute Details
#animation_handler ⇒ Yuki::Animation::Handler{ Symbol => Yuki::Animation::TimedAnimation} (readonly)
Get the animation handler
1450 1451 1452 |
# File 'docs/5_Battle_01_Scene.rb', line 1450 def animation_handler @animation_handler end |
Instance Method Details
#done? ⇒ Boolean
Tell if the animation is done
1460 1461 |
# File 'docs/5_Battle_01_Scene.rb', line 1460 def done? end |
#update
Update the sprite
1456 1457 |
# File 'docs/5_Battle_01_Scene.rb', line 1456 def update end |