Class: RPG::Event::Page::Graphic
- Inherits:
-
Object
- Object
- RPG::Event::Page::Graphic
- Defined in:
- lib/eidolon/rgssx/rpg/event/page/graphic.rb
Overview
RGSSx
This class is present and relatively consistent across all RGSS versions.
Graphic
The data class for an event page’s graphic.
Instance Attribute Summary collapse
-
#blend_type ⇒ Object
Returns the value of attribute blend_type.
-
#character_hue ⇒ Object
Returns the value of attribute character_hue.
-
#character_index ⇒ Object
Returns the value of attribute character_index.
-
#character_name ⇒ Object
Returns the value of attribute character_name.
-
#direction ⇒ Object
Returns the value of attribute direction.
-
#opacity ⇒ Object
Returns the value of attribute opacity.
-
#pattern ⇒ Object
Returns the value of attribute pattern.
-
#tile_id ⇒ Object
Returns the value of attribute tile_id.
Instance Attribute Details
#blend_type ⇒ Object
Returns the value of attribute blend_type.
13 14 15 |
# File 'lib/eidolon/rgssx/rpg/event/page/graphic.rb', line 13 def blend_type @blend_type end |
#character_hue ⇒ Object
Returns the value of attribute character_hue.
14 15 16 |
# File 'lib/eidolon/rgssx/rpg/event/page/graphic.rb', line 14 def character_hue @character_hue end |
#character_index ⇒ Object
Returns the value of attribute character_index.
15 16 17 |
# File 'lib/eidolon/rgssx/rpg/event/page/graphic.rb', line 15 def character_index @character_index end |
#character_name ⇒ Object
Returns the value of attribute character_name.
16 17 18 |
# File 'lib/eidolon/rgssx/rpg/event/page/graphic.rb', line 16 def character_name @character_name end |
#direction ⇒ Object
Returns the value of attribute direction.
17 18 19 |
# File 'lib/eidolon/rgssx/rpg/event/page/graphic.rb', line 17 def direction @direction end |
#opacity ⇒ Object
Returns the value of attribute opacity.
18 19 20 |
# File 'lib/eidolon/rgssx/rpg/event/page/graphic.rb', line 18 def opacity @opacity end |
#pattern ⇒ Object
Returns the value of attribute pattern.
19 20 21 |
# File 'lib/eidolon/rgssx/rpg/event/page/graphic.rb', line 19 def pattern @pattern end |
#tile_id ⇒ Object
Returns the value of attribute tile_id.
20 21 22 |
# File 'lib/eidolon/rgssx/rpg/event/page/graphic.rb', line 20 def tile_id @tile_id end |