Class: Doom::Wad::Texture::PatchRef

Inherits:
Struct
  • Object
show all
Defined in:
lib/doom/wad/texture.rb

Instance Attribute Summary collapse

Instance Attribute Details

#patch_indexObject

Returns the value of attribute patch_index

Returns:

  • (Object)

    the current value of patch_index



6
7
8
# File 'lib/doom/wad/texture.rb', line 6

def patch_index
  @patch_index
end

#x_offsetObject

Returns the value of attribute x_offset

Returns:

  • (Object)

    the current value of x_offset



6
7
8
# File 'lib/doom/wad/texture.rb', line 6

def x_offset
  @x_offset
end

#y_offsetObject

Returns the value of attribute y_offset

Returns:

  • (Object)

    the current value of y_offset



6
7
8
# File 'lib/doom/wad/texture.rb', line 6

def y_offset
  @y_offset
end