Class: Quake::Mdl::Frame
- Inherits:
-
Data
- Object
- Data
- Quake::Mdl::Frame
- Defined in:
- lib/quake/mdl/types.rb
Overview
Single animation frame
Instance Attribute Summary collapse
-
#bbox_max ⇒ Object
readonly
Returns the value of attribute bbox_max.
-
#bbox_min ⇒ Object
readonly
Returns the value of attribute bbox_min.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#vertices ⇒ Object
readonly
Returns the value of attribute vertices.
Instance Attribute Details
#bbox_max ⇒ Object (readonly)
Returns the value of attribute bbox_max
9 10 11 |
# File 'lib/quake/mdl/types.rb', line 9 def bbox_max @bbox_max end |
#bbox_min ⇒ Object (readonly)
Returns the value of attribute bbox_min
9 10 11 |
# File 'lib/quake/mdl/types.rb', line 9 def bbox_min @bbox_min end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/quake/mdl/types.rb', line 9 def name @name end |
#vertices ⇒ Object (readonly)
Returns the value of attribute vertices
9 10 11 |
# File 'lib/quake/mdl/types.rb', line 9 def vertices @vertices end |