Class: RPG::Event::Page::Graphic
- Defined in:
- scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb
Instance Attribute Summary collapse
-
#blend_type
Returns the value of attribute blend_type.
-
#character_hue
Returns the value of attribute character_hue.
-
#character_name
Returns the value of attribute character_name.
-
#direction
Returns the value of attribute direction.
-
#opacity
Returns the value of attribute opacity.
-
#pattern
Returns the value of attribute pattern.
-
#tile_id
Returns the value of attribute tile_id.
Instance Attribute Details
#blend_type
Returns the value of attribute blend_type.
124 125 126 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 124 def blend_type @blend_type end |
#character_hue
Returns the value of attribute character_hue.
120 121 122 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 120 def character_hue @character_hue end |
#character_name
Returns the value of attribute character_name.
119 120 121 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 119 def character_name @character_name end |
#direction
Returns the value of attribute direction.
121 122 123 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 121 def direction @direction end |
#opacity
Returns the value of attribute opacity.
123 124 125 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 123 def opacity @opacity end |
#pattern
Returns the value of attribute pattern.
122 123 124 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 122 def pattern @pattern end |
#tile_id
Returns the value of attribute tile_id.
118 119 120 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 118 def tile_id @tile_id end |