Class: Quake::Bsp::ClipNode

Inherits:
Data
  • Object
show all
Defined in:
lib/quake/bsp/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#childrenObject (readonly)

Returns the value of attribute children

Returns:

  • (Object)

    the current value of children



13
14
15
# File 'lib/quake/bsp/types.rb', line 13

def children
  @children
end

#plane_indexObject (readonly)

Returns the value of attribute plane_index

Returns:

  • (Object)

    the current value of plane_index



13
14
15
# File 'lib/quake/bsp/types.rb', line 13

def plane_index
  @plane_index
end