Class: Quake::Bsp::MipTex

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

Instance Attribute Summary collapse

Instance Attribute Details

#alternate_animsObject (readonly)

Returns the value of attribute alternate_anims

Returns:

  • (Object)

    the current value of alternate_anims



42
43
44
# File 'lib/quake/bsp/types.rb', line 42

def alternate_anims
  @alternate_anims
end

#anim_maxObject (readonly)

Returns the value of attribute anim_max

Returns:

  • (Object)

    the current value of anim_max



42
43
44
# File 'lib/quake/bsp/types.rb', line 42

def anim_max
  @anim_max
end

#anim_minObject (readonly)

Returns the value of attribute anim_min

Returns:

  • (Object)

    the current value of anim_min



42
43
44
# File 'lib/quake/bsp/types.rb', line 42

def anim_min
  @anim_min
end

#anim_nextObject (readonly)

Returns the value of attribute anim_next

Returns:

  • (Object)

    the current value of anim_next



42
43
44
# File 'lib/quake/bsp/types.rb', line 42

def anim_next
  @anim_next
end

#anim_totalObject (readonly)

Returns the value of attribute anim_total

Returns:

  • (Object)

    the current value of anim_total



42
43
44
# File 'lib/quake/bsp/types.rb', line 42

def anim_total
  @anim_total
end

#heightObject (readonly)

Returns the value of attribute height

Returns:

  • (Object)

    the current value of height



42
43
44
# File 'lib/quake/bsp/types.rb', line 42

def height
  @height
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



42
43
44
# File 'lib/quake/bsp/types.rb', line 42

def name
  @name
end

#offsetsObject (readonly)

Returns the value of attribute offsets

Returns:

  • (Object)

    the current value of offsets



42
43
44
# File 'lib/quake/bsp/types.rb', line 42

def offsets
  @offsets
end

#pixelsObject (readonly)

Returns the value of attribute pixels

Returns:

  • (Object)

    the current value of pixels



42
43
44
# File 'lib/quake/bsp/types.rb', line 42

def pixels
  @pixels
end

#widthObject (readonly)

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width



42
43
44
# File 'lib/quake/bsp/types.rb', line 42

def width
  @width
end