Class: Quake::Bsp::Level
- Inherits:
-
Data
- Object
- Data
- Quake::Bsp::Level
- Defined in:
- lib/quake/bsp/types.rb
Instance Attribute Summary collapse
-
#clipnodes ⇒ Object
readonly
Returns the value of attribute clipnodes.
-
#edges ⇒ Object
readonly
Returns the value of attribute edges.
-
#entities ⇒ Object
readonly
Returns the value of attribute entities.
-
#faces ⇒ Object
readonly
Returns the value of attribute faces.
-
#leafs ⇒ Object
readonly
Returns the value of attribute leafs.
-
#lighting ⇒ Object
readonly
Returns the value of attribute lighting.
-
#marksurfaces ⇒ Object
readonly
Returns the value of attribute marksurfaces.
-
#models ⇒ Object
readonly
Returns the value of attribute models.
-
#nodes ⇒ Object
readonly
Returns the value of attribute nodes.
-
#planes ⇒ Object
readonly
Returns the value of attribute planes.
-
#surfedges ⇒ Object
readonly
Returns the value of attribute surfedges.
-
#texinfo ⇒ Object
readonly
Returns the value of attribute texinfo.
-
#textures ⇒ Object
readonly
Returns the value of attribute textures.
-
#vertices ⇒ Object
readonly
Returns the value of attribute vertices.
-
#visibility ⇒ Object
readonly
Returns the value of attribute visibility.
Instance Attribute Details
#clipnodes ⇒ Object (readonly)
Returns the value of attribute clipnodes
23 24 25 |
# File 'lib/quake/bsp/types.rb', line 23 def clipnodes @clipnodes end |
#edges ⇒ Object (readonly)
Returns the value of attribute edges
23 24 25 |
# File 'lib/quake/bsp/types.rb', line 23 def edges @edges end |
#entities ⇒ Object (readonly)
Returns the value of attribute entities
23 24 25 |
# File 'lib/quake/bsp/types.rb', line 23 def entities @entities end |
#faces ⇒ Object (readonly)
Returns the value of attribute faces
23 24 25 |
# File 'lib/quake/bsp/types.rb', line 23 def faces @faces end |
#leafs ⇒ Object (readonly)
Returns the value of attribute leafs
23 24 25 |
# File 'lib/quake/bsp/types.rb', line 23 def leafs @leafs end |
#lighting ⇒ Object (readonly)
Returns the value of attribute lighting
23 24 25 |
# File 'lib/quake/bsp/types.rb', line 23 def lighting @lighting end |
#marksurfaces ⇒ Object (readonly)
Returns the value of attribute marksurfaces
23 24 25 |
# File 'lib/quake/bsp/types.rb', line 23 def marksurfaces @marksurfaces end |
#models ⇒ Object (readonly)
Returns the value of attribute models
23 24 25 |
# File 'lib/quake/bsp/types.rb', line 23 def models @models end |
#nodes ⇒ Object (readonly)
Returns the value of attribute nodes
23 24 25 |
# File 'lib/quake/bsp/types.rb', line 23 def nodes @nodes end |
#planes ⇒ Object (readonly)
Returns the value of attribute planes
23 24 25 |
# File 'lib/quake/bsp/types.rb', line 23 def planes @planes end |
#surfedges ⇒ Object (readonly)
Returns the value of attribute surfedges
23 24 25 |
# File 'lib/quake/bsp/types.rb', line 23 def surfedges @surfedges end |
#texinfo ⇒ Object (readonly)
Returns the value of attribute texinfo
23 24 25 |
# File 'lib/quake/bsp/types.rb', line 23 def texinfo @texinfo end |
#textures ⇒ Object (readonly)
Returns the value of attribute textures
23 24 25 |
# File 'lib/quake/bsp/types.rb', line 23 def textures @textures end |
#vertices ⇒ Object (readonly)
Returns the value of attribute vertices
23 24 25 |
# File 'lib/quake/bsp/types.rb', line 23 def vertices @vertices end |
#visibility ⇒ Object (readonly)
Returns the value of attribute visibility
23 24 25 |
# File 'lib/quake/bsp/types.rb', line 23 def visibility @visibility end |