Class: RPG::Animation::Timing
- Inherits:
-
Object
- Object
- RPG::Animation::Timing
- Extended by:
- RgssDb::JsonableConstructor
- Includes:
- RgssDb::Jsonable
- Defined in:
- lib/rgss_db/model/rpg_maker_data/vx/rpg/animation_timing.rb,
lib/rgss_db/model/rpg_maker_data/xp/rpg/animation_timing.rb,
lib/rgss_db/model/rpg_maker_data/vx_ace/rpg/animation_timing.rb
Overview
The data class for the timing of an animation’s SE and flash effects.
Instance Attribute Summary collapse
-
#condition ⇒ Object
Returns the value of attribute condition.
-
#flash_color ⇒ Object
Returns the value of attribute flash_color.
-
#flash_duration ⇒ Object
Returns the value of attribute flash_duration.
-
#flash_scope ⇒ Object
Returns the value of attribute flash_scope.
-
#frame ⇒ Object
Returns the value of attribute frame.
-
#se ⇒ Object
Returns the value of attribute se.
Instance Method Summary collapse
-
#initialize ⇒ Timing
constructor
A new instance of Timing.
Methods included from RgssDb::JsonableConstructor
Methods included from RgssDb::Jsonable
Constructor Details
Instance Attribute Details
#condition ⇒ Object
Returns the value of attribute condition.
21 22 23 |
# File 'lib/rgss_db/model/rpg_maker_data/xp/rpg/animation_timing.rb', line 21 def condition @condition end |
#flash_color ⇒ Object
Returns the value of attribute flash_color.
20 21 22 |
# File 'lib/rgss_db/model/rpg_maker_data/vx/rpg/animation_timing.rb', line 20 def flash_color @flash_color end |
#flash_duration ⇒ Object
Returns the value of attribute flash_duration.
20 21 22 |
# File 'lib/rgss_db/model/rpg_maker_data/vx/rpg/animation_timing.rb', line 20 def flash_duration @flash_duration end |
#flash_scope ⇒ Object
Returns the value of attribute flash_scope.
20 21 22 |
# File 'lib/rgss_db/model/rpg_maker_data/vx/rpg/animation_timing.rb', line 20 def flash_scope @flash_scope end |
#frame ⇒ Object
Returns the value of attribute frame.
20 21 22 |
# File 'lib/rgss_db/model/rpg_maker_data/vx/rpg/animation_timing.rb', line 20 def frame @frame end |
#se ⇒ Object
Returns the value of attribute se.
20 21 22 |
# File 'lib/rgss_db/model/rpg_maker_data/vx/rpg/animation_timing.rb', line 20 def se @se end |