Class: Quake::Bsp::ClipNode
- Inherits:
-
Data
- Object
- Data
- Quake::Bsp::ClipNode
- Defined in:
- lib/quake/bsp/types.rb
Instance Attribute Summary collapse
-
#children ⇒ Object
readonly
Returns the value of attribute children.
-
#plane_index ⇒ Object
readonly
Returns the value of attribute plane_index.
Instance Attribute Details
#children ⇒ Object (readonly)
Returns the value of attribute children
13 14 15 |
# File 'lib/quake/bsp/types.rb', line 13 def children @children end |
#plane_index ⇒ Object (readonly)
Returns the value of attribute plane_index
13 14 15 |
# File 'lib/quake/bsp/types.rb', line 13 def plane_index @plane_index end |