Module: Bayonetta::AbsoluteIndexes
- Included in:
- MOT2File::Interpolation4, MOT2File::Interpolation5, MOT2File::Interpolation6, MOT2File::Interpolation8, MOTFile::Interpolation4, MOTFile::Interpolation7
- Defined in:
- lib/bayonetta/mot.rb
Instance Method Summary collapse
Instance Method Details
#key_frame_indexes ⇒ Object
81 82 83 |
# File 'lib/bayonetta/mot.rb', line 81 def key_frame_indexes @keys.collect { |k| k.index } end |