Class: Quake::Bsp::Leaf
- Inherits:
-
Data
- Object
- Data
- Quake::Bsp::Leaf
- Defined in:
- lib/quake/bsp/types.rb
Instance Attribute Summary collapse
-
#ambient_levels ⇒ Object
readonly
Returns the value of attribute ambient_levels.
-
#contents ⇒ Object
readonly
Returns the value of attribute contents.
-
#first_marksurface ⇒ Object
readonly
Returns the value of attribute first_marksurface.
-
#maxs ⇒ Object
readonly
Returns the value of attribute maxs.
-
#mins ⇒ Object
readonly
Returns the value of attribute mins.
-
#num_marksurfaces ⇒ Object
readonly
Returns the value of attribute num_marksurfaces.
-
#vis_offset ⇒ Object
readonly
Returns the value of attribute vis_offset.
Instance Attribute Details
#ambient_levels ⇒ Object (readonly)
Returns the value of attribute ambient_levels
11 12 13 |
# File 'lib/quake/bsp/types.rb', line 11 def ambient_levels @ambient_levels end |
#contents ⇒ Object (readonly)
Returns the value of attribute contents
11 12 13 |
# File 'lib/quake/bsp/types.rb', line 11 def contents @contents end |
#first_marksurface ⇒ Object (readonly)
Returns the value of attribute first_marksurface
11 12 13 |
# File 'lib/quake/bsp/types.rb', line 11 def first_marksurface @first_marksurface end |
#maxs ⇒ Object (readonly)
Returns the value of attribute maxs
11 12 13 |
# File 'lib/quake/bsp/types.rb', line 11 def maxs @maxs end |
#mins ⇒ Object (readonly)
Returns the value of attribute mins
11 12 13 |
# File 'lib/quake/bsp/types.rb', line 11 def mins @mins end |
#num_marksurfaces ⇒ Object (readonly)
Returns the value of attribute num_marksurfaces
11 12 13 |
# File 'lib/quake/bsp/types.rb', line 11 def num_marksurfaces @num_marksurfaces end |
#vis_offset ⇒ Object (readonly)
Returns the value of attribute vis_offset
11 12 13 |
# File 'lib/quake/bsp/types.rb', line 11 def vis_offset @vis_offset end |