Class: Bayonetta::MOT2File::Interpolation7

Inherits:
LibBin::Structure
  • Object
show all
Includes:
KeyFrameInterpolate, QuantizedValues, RelativeIndexes
Defined in:
lib/bayonetta/mot.rb

Instance Method Summary collapse

Methods included from KeyFrameInterpolate

#interpol, #value, #values

Methods included from RelativeIndexes

#key_frame_indexes

Methods included from QuantizedValues

#get_m0, #get_m1, #get_p

Instance Method Details

#__sizeObject



289
290
291
# File 'lib/bayonetta/mot.rb', line 289

def __size
  12 + @keys.length * 4
end