Class: Quake::Bsp::MipTex
- Inherits:
-
Data
- Object
- Data
- Quake::Bsp::MipTex
- Defined in:
- lib/quake/bsp/types.rb
Instance Attribute Summary collapse
-
#height ⇒ Object
readonly
Returns the value of attribute height.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#offsets ⇒ Object
readonly
Returns the value of attribute offsets.
-
#pixels ⇒ Object
readonly
Returns the value of attribute pixels.
-
#width ⇒ Object
readonly
Returns the value of attribute width.
Instance Attribute Details
#height ⇒ Object (readonly)
Returns the value of attribute height
18 19 20 |
# File 'lib/quake/bsp/types.rb', line 18 def height @height end |
#name ⇒ Object (readonly)
Returns the value of attribute name
18 19 20 |
# File 'lib/quake/bsp/types.rb', line 18 def name @name end |
#offsets ⇒ Object (readonly)
Returns the value of attribute offsets
18 19 20 |
# File 'lib/quake/bsp/types.rb', line 18 def offsets @offsets end |
#pixels ⇒ Object (readonly)
Returns the value of attribute pixels
18 19 20 |
# File 'lib/quake/bsp/types.rb', line 18 def pixels @pixels end |
#width ⇒ Object (readonly)
Returns the value of attribute width
18 19 20 |
# File 'lib/quake/bsp/types.rb', line 18 def width @width end |