Class: Quake::Mdl::FrameGroup
- Inherits:
-
Data
- Object
- Data
- Quake::Mdl::FrameGroup
- Defined in:
- lib/quake/mdl/types.rb
Overview
Frame group (multiple sub-frames with timing)
Instance Attribute Summary collapse
-
#frames ⇒ Object
readonly
Returns the value of attribute frames.
-
#intervals ⇒ Object
readonly
Returns the value of attribute intervals.
Instance Attribute Details
#frames ⇒ Object (readonly)
Returns the value of attribute frames
12 13 14 |
# File 'lib/quake/mdl/types.rb', line 12 def frames @frames end |
#intervals ⇒ Object (readonly)
Returns the value of attribute intervals
12 13 14 |
# File 'lib/quake/mdl/types.rb', line 12 def intervals @intervals end |