Class: RPG::Animation::Timing
Instance Attribute Summary collapse
-
#condition
Returns the value of attribute condition.
-
#flash_color
Returns the value of attribute flash_color.
-
#flash_duration
Returns the value of attribute flash_duration.
-
#flash_scope
Returns the value of attribute flash_scope.
-
#frame
Returns the value of attribute frame.
-
#se
Returns the value of attribute se.
Instance Attribute Details
#condition
Returns the value of attribute condition.
2216 2217 2218 |
# File 'docs/0_Dependencies.rb', line 2216 def condition @condition end |
#flash_color
Returns the value of attribute flash_color.
2214 2215 2216 |
# File 'docs/0_Dependencies.rb', line 2214 def flash_color @flash_color end |
#flash_duration
Returns the value of attribute flash_duration.
2215 2216 2217 |
# File 'docs/0_Dependencies.rb', line 2215 def flash_duration @flash_duration end |
#flash_scope
Returns the value of attribute flash_scope.
2213 2214 2215 |
# File 'docs/0_Dependencies.rb', line 2213 def flash_scope @flash_scope end |
#frame
Returns the value of attribute frame.
2211 2212 2213 |
# File 'docs/0_Dependencies.rb', line 2211 def frame @frame end |
#se
Returns the value of attribute se.
2212 2213 2214 |
# File 'docs/0_Dependencies.rb', line 2212 def se @se end |