Class: Doom::Wad::Texture::PatchRef
- Inherits:
-
Struct
- Object
- Struct
- Doom::Wad::Texture::PatchRef
- Defined in:
- lib/doom/wad/texture.rb
Instance Attribute Summary collapse
-
#patch_index ⇒ Object
Returns the value of attribute patch_index.
-
#x_offset ⇒ Object
Returns the value of attribute x_offset.
-
#y_offset ⇒ Object
Returns the value of attribute y_offset.
Instance Attribute Details
#patch_index ⇒ Object
Returns the value of attribute patch_index
6 7 8 |
# File 'lib/doom/wad/texture.rb', line 6 def patch_index @patch_index end |
#x_offset ⇒ Object
Returns the value of attribute x_offset
6 7 8 |
# File 'lib/doom/wad/texture.rb', line 6 def x_offset @x_offset end |
#y_offset ⇒ Object
Returns the value of attribute y_offset
6 7 8 |
# File 'lib/doom/wad/texture.rb', line 6 def y_offset @y_offset end |