Class: Quake::Bsp::Face

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

Instance Attribute Summary collapse

Instance Attribute Details

#first_edgeObject (readonly)

Returns the value of attribute first_edge

Returns:

  • (Object)

    the current value of first_edge



6
7
8
# File 'lib/quake/bsp/types.rb', line 6

def first_edge
  @first_edge
end

#light_offsetObject (readonly)

Returns the value of attribute light_offset

Returns:

  • (Object)

    the current value of light_offset



6
7
8
# File 'lib/quake/bsp/types.rb', line 6

def light_offset
  @light_offset
end

#num_edgesObject (readonly)

Returns the value of attribute num_edges

Returns:

  • (Object)

    the current value of num_edges



6
7
8
# File 'lib/quake/bsp/types.rb', line 6

def num_edges
  @num_edges
end

#plane_indexObject (readonly)

Returns the value of attribute plane_index

Returns:

  • (Object)

    the current value of plane_index



6
7
8
# File 'lib/quake/bsp/types.rb', line 6

def plane_index
  @plane_index
end

#sideObject (readonly)

Returns the value of attribute side

Returns:

  • (Object)

    the current value of side



6
7
8
# File 'lib/quake/bsp/types.rb', line 6

def side
  @side
end

#stylesObject (readonly)

Returns the value of attribute styles

Returns:

  • (Object)

    the current value of styles



6
7
8
# File 'lib/quake/bsp/types.rb', line 6

def styles
  @styles
end

#texinfo_indexObject (readonly)

Returns the value of attribute texinfo_index

Returns:

  • (Object)

    the current value of texinfo_index



6
7
8
# File 'lib/quake/bsp/types.rb', line 6

def texinfo_index
  @texinfo_index
end