Class: Quake::Bsp::MipTex
- Inherits:
-
Data
- Object
- Data
- Quake::Bsp::MipTex
- Defined in:
- lib/quake/bsp/types.rb
Instance Attribute Summary collapse
-
#alternate_anims ⇒ Object
readonly
Returns the value of attribute alternate_anims.
-
#anim_max ⇒ Object
readonly
Returns the value of attribute anim_max.
-
#anim_min ⇒ Object
readonly
Returns the value of attribute anim_min.
-
#anim_next ⇒ Object
readonly
Returns the value of attribute anim_next.
-
#anim_total ⇒ Object
readonly
Returns the value of attribute anim_total.
-
#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
#alternate_anims ⇒ Object (readonly)
Returns the value of attribute alternate_anims
42 43 44 |
# File 'lib/quake/bsp/types.rb', line 42 def alternate_anims @alternate_anims end |
#anim_max ⇒ Object (readonly)
Returns the value of attribute anim_max
42 43 44 |
# File 'lib/quake/bsp/types.rb', line 42 def anim_max @anim_max end |
#anim_min ⇒ Object (readonly)
Returns the value of attribute anim_min
42 43 44 |
# File 'lib/quake/bsp/types.rb', line 42 def anim_min @anim_min end |
#anim_next ⇒ Object (readonly)
Returns the value of attribute anim_next
42 43 44 |
# File 'lib/quake/bsp/types.rb', line 42 def anim_next @anim_next end |
#anim_total ⇒ Object (readonly)
Returns the value of attribute anim_total
42 43 44 |
# File 'lib/quake/bsp/types.rb', line 42 def anim_total @anim_total end |
#height ⇒ Object (readonly)
Returns the value of attribute height
42 43 44 |
# File 'lib/quake/bsp/types.rb', line 42 def height @height end |
#name ⇒ Object (readonly)
Returns the value of attribute name
42 43 44 |
# File 'lib/quake/bsp/types.rb', line 42 def name @name end |
#offsets ⇒ Object (readonly)
Returns the value of attribute offsets
42 43 44 |
# File 'lib/quake/bsp/types.rb', line 42 def offsets @offsets end |
#pixels ⇒ Object (readonly)
Returns the value of attribute pixels
42 43 44 |
# File 'lib/quake/bsp/types.rb', line 42 def pixels @pixels end |
#width ⇒ Object (readonly)
Returns the value of attribute width
42 43 44 |
# File 'lib/quake/bsp/types.rb', line 42 def width @width end |