Class: Quake::Bsp::TexInfo

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

Instance Attribute Summary collapse

Instance Attribute Details

#flagsObject (readonly)

Returns the value of attribute flags

Returns:

  • (Object)

    the current value of flags



14
15
16
# File 'lib/quake/bsp/types.rb', line 14

def flags
  @flags
end

#miptex_indexObject (readonly)

Returns the value of attribute miptex_index

Returns:

  • (Object)

    the current value of miptex_index



14
15
16
# File 'lib/quake/bsp/types.rb', line 14

def miptex_index
  @miptex_index
end

#s_offsetObject (readonly)

Returns the value of attribute s_offset

Returns:

  • (Object)

    the current value of s_offset



14
15
16
# File 'lib/quake/bsp/types.rb', line 14

def s_offset
  @s_offset
end

#s_vecObject (readonly)

Returns the value of attribute s_vec

Returns:

  • (Object)

    the current value of s_vec



14
15
16
# File 'lib/quake/bsp/types.rb', line 14

def s_vec
  @s_vec
end

#t_offsetObject (readonly)

Returns the value of attribute t_offset

Returns:

  • (Object)

    the current value of t_offset



14
15
16
# File 'lib/quake/bsp/types.rb', line 14

def t_offset
  @t_offset
end

#t_vecObject (readonly)

Returns the value of attribute t_vec

Returns:

  • (Object)

    the current value of t_vec



14
15
16
# File 'lib/quake/bsp/types.rb', line 14

def t_vec
  @t_vec
end