Class: RPG::Animation::Timing

Inherits:
Object
  • Object
show all
Defined in:
lib/R3EXS/RGSS3.rb

Overview

动画的[声效与闪烁效果]的数据类

Instance Attribute Summary collapse

Instance Attribute Details

#flash_colorObject

Returns the value of attribute flash_color.



452
453
454
# File 'lib/R3EXS/RGSS3.rb', line 452

def flash_color
  @flash_color
end

#flash_durationObject

Returns the value of attribute flash_duration.



452
453
454
# File 'lib/R3EXS/RGSS3.rb', line 452

def flash_duration
  @flash_duration
end

#flash_scopeObject

Returns the value of attribute flash_scope.



452
453
454
# File 'lib/R3EXS/RGSS3.rb', line 452

def flash_scope
  @flash_scope
end

#frameObject

Returns the value of attribute frame.



452
453
454
# File 'lib/R3EXS/RGSS3.rb', line 452

def frame
  @frame
end

#seObject

Returns the value of attribute se.



452
453
454
# File 'lib/R3EXS/RGSS3.rb', line 452

def se
  @se
end