Class: Quake::Bsp::MipTex

Inherits:
Data
  • Object
show all
Defined in:
lib/quake/bsp/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#heightObject (readonly)

Returns the value of attribute height

Returns:

  • (Object)

    the current value of height



18
19
20
# File 'lib/quake/bsp/types.rb', line 18

def height
  @height
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



18
19
20
# File 'lib/quake/bsp/types.rb', line 18

def name
  @name
end

#offsetsObject (readonly)

Returns the value of attribute offsets

Returns:

  • (Object)

    the current value of offsets



18
19
20
# File 'lib/quake/bsp/types.rb', line 18

def offsets
  @offsets
end

#pixelsObject (readonly)

Returns the value of attribute pixels

Returns:

  • (Object)

    the current value of pixels



18
19
20
# File 'lib/quake/bsp/types.rb', line 18

def pixels
  @pixels
end

#widthObject (readonly)

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width



18
19
20
# File 'lib/quake/bsp/types.rb', line 18

def width
  @width
end