Class: RPG::Tileset
Instance Attribute Summary collapse
-
#autotile_names
Returns the value of attribute autotile_names.
-
#battleback_name
Returns the value of attribute battleback_name.
-
#fog_blend_type
Returns the value of attribute fog_blend_type.
-
#fog_hue
Returns the value of attribute fog_hue.
-
#fog_name
Returns the value of attribute fog_name.
-
#fog_opacity
Returns the value of attribute fog_opacity.
-
#fog_sx
Returns the value of attribute fog_sx.
-
#fog_sy
Returns the value of attribute fog_sy.
-
#fog_zoom
Returns the value of attribute fog_zoom.
-
#id
Returns the value of attribute id.
-
#name
Returns the value of attribute name.
-
#panorama_hue
Returns the value of attribute panorama_hue.
-
#panorama_name
Returns the value of attribute panorama_name.
-
#passages
Returns the value of attribute passages.
-
#priorities
Returns the value of attribute priorities.
-
#terrain_tags
Returns the value of attribute terrain_tags.
-
#tileset_name
Returns the value of attribute tileset_name.
Instance Attribute Details
#autotile_names
Returns the value of attribute autotile_names.
2466 2467 2468 |
# File 'docs/0_Dependencies.rb', line 2466 def autotile_names @autotile_names end |
#battleback_name
Returns the value of attribute battleback_name.
2476 2477 2478 |
# File 'docs/0_Dependencies.rb', line 2476 def battleback_name @battleback_name end |
#fog_blend_type
Returns the value of attribute fog_blend_type.
2472 2473 2474 |
# File 'docs/0_Dependencies.rb', line 2472 def fog_blend_type @fog_blend_type end |
#fog_hue
Returns the value of attribute fog_hue.
2470 2471 2472 |
# File 'docs/0_Dependencies.rb', line 2470 def fog_hue @fog_hue end |
#fog_name
Returns the value of attribute fog_name.
2469 2470 2471 |
# File 'docs/0_Dependencies.rb', line 2469 def fog_name @fog_name end |
#fog_opacity
Returns the value of attribute fog_opacity.
2471 2472 2473 |
# File 'docs/0_Dependencies.rb', line 2471 def fog_opacity @fog_opacity end |
#fog_sx
Returns the value of attribute fog_sx.
2474 2475 2476 |
# File 'docs/0_Dependencies.rb', line 2474 def fog_sx @fog_sx end |
#fog_sy
Returns the value of attribute fog_sy.
2475 2476 2477 |
# File 'docs/0_Dependencies.rb', line 2475 def fog_sy @fog_sy end |
#fog_zoom
Returns the value of attribute fog_zoom.
2473 2474 2475 |
# File 'docs/0_Dependencies.rb', line 2473 def fog_zoom @fog_zoom end |
#id
Returns the value of attribute id.
2463 2464 2465 |
# File 'docs/0_Dependencies.rb', line 2463 def id @id end |
#name
Returns the value of attribute name.
2464 2465 2466 |
# File 'docs/0_Dependencies.rb', line 2464 def name @name end |
#panorama_hue
Returns the value of attribute panorama_hue.
2468 2469 2470 |
# File 'docs/0_Dependencies.rb', line 2468 def panorama_hue @panorama_hue end |
#panorama_name
Returns the value of attribute panorama_name.
2467 2468 2469 |
# File 'docs/0_Dependencies.rb', line 2467 def panorama_name @panorama_name end |
#passages
Returns the value of attribute passages.
2477 2478 2479 |
# File 'docs/0_Dependencies.rb', line 2477 def passages @passages end |
#priorities
Returns the value of attribute priorities.
2478 2479 2480 |
# File 'docs/0_Dependencies.rb', line 2478 def priorities @priorities end |
#terrain_tags
Returns the value of attribute terrain_tags.
2479 2480 2481 |
# File 'docs/0_Dependencies.rb', line 2479 def @terrain_tags end |
#tileset_name
Returns the value of attribute tileset_name.
2465 2466 2467 |
# File 'docs/0_Dependencies.rb', line 2465 def tileset_name @tileset_name end |