Class: AuthorEngine::SaveFile::SpriteSheetData
- Inherits:
-
Struct
- Object
- Struct
- AuthorEngine::SaveFile::SpriteSheetData
- Defined in:
- lib/author_engine/save_file.rb
Instance Attribute Summary collapse
-
#columns ⇒ Object
Returns the value of attribute columns.
-
#rows ⇒ Object
Returns the value of attribute rows.
-
#to_blob ⇒ Object
Returns the value of attribute to_blob.
Instance Attribute Details
#columns ⇒ Object
Returns the value of attribute columns
3 4 5 |
# File 'lib/author_engine/save_file.rb', line 3 def columns @columns end |
#rows ⇒ Object
Returns the value of attribute rows
3 4 5 |
# File 'lib/author_engine/save_file.rb', line 3 def rows @rows end |
#to_blob ⇒ Object
Returns the value of attribute to_blob
3 4 5 |
# File 'lib/author_engine/save_file.rb', line 3 def to_blob @to_blob end |