Class: RPG::Event::Page::Graphic
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.
2309 2310 2311 |
# File 'docs/0_Dependencies.rb', line 2309 def blend_type @blend_type end |
#character_hue
Returns the value of attribute character_hue.
2305 2306 2307 |
# File 'docs/0_Dependencies.rb', line 2305 def character_hue @character_hue end |
#character_name
Returns the value of attribute character_name.
2304 2305 2306 |
# File 'docs/0_Dependencies.rb', line 2304 def character_name @character_name end |
#direction
Returns the value of attribute direction.
2306 2307 2308 |
# File 'docs/0_Dependencies.rb', line 2306 def direction @direction end |
#opacity
Returns the value of attribute opacity.
2308 2309 2310 |
# File 'docs/0_Dependencies.rb', line 2308 def opacity @opacity end |
#pattern
Returns the value of attribute pattern.
2307 2308 2309 |
# File 'docs/0_Dependencies.rb', line 2307 def pattern @pattern end |
#tile_id
Returns the value of attribute tile_id.
2303 2304 2305 |
# File 'docs/0_Dependencies.rb', line 2303 def tile_id @tile_id end |