Module: Bayonetta::RelativeIndexes
- Included in:
- MOT2File::Interpolation7, MOTFile::Interpolation6
- Defined in:
- lib/bayonetta/mot.rb
Instance Method Summary collapse
Instance Method Details
#key_frame_indexes ⇒ Object
87 88 89 90 |
# File 'lib/bayonetta/mot.rb', line 87 def key_frame_indexes index = 0 @keys.collect { |k| index += k.index } end |