Class: Quake::Bsp::Face
- Inherits:
-
Data
- Object
- Data
- Quake::Bsp::Face
- Defined in:
- lib/quake/bsp/types.rb
Instance Attribute Summary collapse
-
#first_edge ⇒ Object
readonly
Returns the value of attribute first_edge.
-
#light_offset ⇒ Object
readonly
Returns the value of attribute light_offset.
-
#num_edges ⇒ Object
readonly
Returns the value of attribute num_edges.
-
#plane_index ⇒ Object
readonly
Returns the value of attribute plane_index.
-
#side ⇒ Object
readonly
Returns the value of attribute side.
-
#styles ⇒ Object
readonly
Returns the value of attribute styles.
-
#texinfo_index ⇒ Object
readonly
Returns the value of attribute texinfo_index.
Instance Attribute Details
#first_edge ⇒ Object (readonly)
Returns the value of attribute first_edge
6 7 8 |
# File 'lib/quake/bsp/types.rb', line 6 def first_edge @first_edge end |
#light_offset ⇒ Object (readonly)
Returns the value of attribute light_offset
6 7 8 |
# File 'lib/quake/bsp/types.rb', line 6 def light_offset @light_offset end |
#num_edges ⇒ Object (readonly)
Returns the value of attribute num_edges
6 7 8 |
# File 'lib/quake/bsp/types.rb', line 6 def num_edges @num_edges end |
#plane_index ⇒ Object (readonly)
Returns the value of attribute plane_index
6 7 8 |
# File 'lib/quake/bsp/types.rb', line 6 def plane_index @plane_index end |
#side ⇒ Object (readonly)
Returns the value of attribute side
6 7 8 |
# File 'lib/quake/bsp/types.rb', line 6 def side @side end |
#styles ⇒ Object (readonly)
Returns the value of attribute styles
6 7 8 |
# File 'lib/quake/bsp/types.rb', line 6 def styles @styles end |
#texinfo_index ⇒ Object (readonly)
Returns the value of attribute texinfo_index
6 7 8 |
# File 'lib/quake/bsp/types.rb', line 6 def texinfo_index @texinfo_index end |