Class: Quake::Bsp::TexInfo
- Inherits:
-
Data
- Object
- Data
- Quake::Bsp::TexInfo
- Defined in:
- lib/quake/bsp/types.rb
Instance Attribute Summary collapse
-
#flags ⇒ Object
readonly
Returns the value of attribute flags.
-
#miptex_index ⇒ Object
readonly
Returns the value of attribute miptex_index.
-
#s_offset ⇒ Object
readonly
Returns the value of attribute s_offset.
-
#s_vec ⇒ Object
readonly
Returns the value of attribute s_vec.
-
#t_offset ⇒ Object
readonly
Returns the value of attribute t_offset.
-
#t_vec ⇒ Object
readonly
Returns the value of attribute t_vec.
Instance Attribute Details
#flags ⇒ Object (readonly)
Returns the value of attribute flags
14 15 16 |
# File 'lib/quake/bsp/types.rb', line 14 def flags @flags end |
#miptex_index ⇒ Object (readonly)
Returns the value of attribute miptex_index
14 15 16 |
# File 'lib/quake/bsp/types.rb', line 14 def miptex_index @miptex_index end |
#s_offset ⇒ Object (readonly)
Returns the value of attribute s_offset
14 15 16 |
# File 'lib/quake/bsp/types.rb', line 14 def s_offset @s_offset end |
#s_vec ⇒ Object (readonly)
Returns the value of attribute s_vec
14 15 16 |
# File 'lib/quake/bsp/types.rb', line 14 def s_vec @s_vec end |
#t_offset ⇒ Object (readonly)
Returns the value of attribute t_offset
14 15 16 |
# File 'lib/quake/bsp/types.rb', line 14 def t_offset @t_offset end |
#t_vec ⇒ Object (readonly)
Returns the value of attribute t_vec
14 15 16 |
# File 'lib/quake/bsp/types.rb', line 14 def t_vec @t_vec end |