Class: RPG::Tileset
- Inherits:
-
Object
- Object
- RPG::Tileset
- Defined in:
- lib/R3EXS/RGSS3.rb
Overview
图块的数据类
Instance Attribute Summary collapse
-
#flags ⇒ Object
Returns the value of attribute flags.
-
#id ⇒ Object
Returns the value of attribute id.
-
#mode ⇒ Object
Returns the value of attribute mode.
-
#name ⇒ Object
Returns the value of attribute name.
-
#note ⇒ Object
Returns the value of attribute note.
-
#tileset_names ⇒ Object
Returns the value of attribute tileset_names.
Instance Attribute Details
#flags ⇒ Object
Returns the value of attribute flags.
462 463 464 |
# File 'lib/R3EXS/RGSS3.rb', line 462 def flags @flags end |
#id ⇒ Object
Returns the value of attribute id.
462 463 464 |
# File 'lib/R3EXS/RGSS3.rb', line 462 def id @id end |
#mode ⇒ Object
Returns the value of attribute mode.
462 463 464 |
# File 'lib/R3EXS/RGSS3.rb', line 462 def mode @mode end |
#name ⇒ Object
Returns the value of attribute name.
462 463 464 |
# File 'lib/R3EXS/RGSS3.rb', line 462 def name @name end |
#note ⇒ Object
Returns the value of attribute note.
462 463 464 |
# File 'lib/R3EXS/RGSS3.rb', line 462 def note @note end |
#tileset_names ⇒ Object
Returns the value of attribute tileset_names.
462 463 464 |
# File 'lib/R3EXS/RGSS3.rb', line 462 def tileset_names @tileset_names end |