Class: Battle::Visual::Transition::RSTrainer
- Inherits:
-
RBYTrainer
- Object
- Base
- RBYTrainer
- Battle::Visual::Transition::RSTrainer
- Defined in:
- docs/5_Battle_02_Visual.rb
Overview
Trainer transition of Red/Blue/Yellow games
Direct Known Subclasses
Constant Summary
Constants inherited from RBYTrainer
Battle::Visual::Transition::RBYTrainer::DISPLACEMENT_X
Instance Method Summary collapse
-
#create_fade_in_animation ⇒ Yuki::Animation::TimedAnimation
Function that creates the fade in animation.
-
#pre_transition_sprite_name ⇒ String
Return the pre_transtion sprite name.
-
#shader_name ⇒ Symbol
Return the shader name.
Methods inherited from Base
#dispose, #done?, #initialize, #pre_transition, #start_actor_send_animation, #start_enemy_send_animation, #transition, #transition_battle_end, #update
Constructor Details
This class inherits a constructor from Battle::Visual::Transition::Base
Instance Method Details
#create_fade_in_animation ⇒ Yuki::Animation::TimedAnimation
Function that creates the fade in animation
787 788 |
# File 'docs/5_Battle_02_Visual.rb', line 787 def create_fade_in_animation end |
#pre_transition_sprite_name ⇒ String
Return the pre_transtion sprite name
783 784 |
# File 'docs/5_Battle_02_Visual.rb', line 783 def pre_transition_sprite_name end |
#shader_name ⇒ Symbol
Return the shader name
791 792 |
# File 'docs/5_Battle_02_Visual.rb', line 791 def shader_name end |