Class: Quake::Bsp::Node
- Inherits:
-
Data
- Object
- Data
- Quake::Bsp::Node
- Defined in:
- lib/quake/bsp/types.rb
Instance Attribute Summary collapse
-
#children ⇒ Object
readonly
Returns the value of attribute children.
-
#first_face ⇒ Object
readonly
Returns the value of attribute first_face.
-
#maxs ⇒ Object
readonly
Returns the value of attribute maxs.
-
#mins ⇒ Object
readonly
Returns the value of attribute mins.
-
#num_faces ⇒ Object
readonly
Returns the value of attribute num_faces.
-
#plane_index ⇒ Object
readonly
Returns the value of attribute plane_index.
Instance Attribute Details
#children ⇒ Object (readonly)
Returns the value of attribute children
9 10 11 |
# File 'lib/quake/bsp/types.rb', line 9 def children @children end |
#first_face ⇒ Object (readonly)
Returns the value of attribute first_face
9 10 11 |
# File 'lib/quake/bsp/types.rb', line 9 def first_face @first_face end |
#maxs ⇒ Object (readonly)
Returns the value of attribute maxs
9 10 11 |
# File 'lib/quake/bsp/types.rb', line 9 def maxs @maxs end |
#mins ⇒ Object (readonly)
Returns the value of attribute mins
9 10 11 |
# File 'lib/quake/bsp/types.rb', line 9 def mins @mins end |
#num_faces ⇒ Object (readonly)
Returns the value of attribute num_faces
9 10 11 |
# File 'lib/quake/bsp/types.rb', line 9 def num_faces @num_faces end |
#plane_index ⇒ Object (readonly)
Returns the value of attribute plane_index
9 10 11 |
# File 'lib/quake/bsp/types.rb', line 9 def plane_index @plane_index end |