Class: Bayonetta::MOT2File::Interpolation6

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

Instance Method Summary collapse

Methods included from KeyFrameInterpolate

#interpol, #value, #values

Methods included from AbsoluteIndexes

#key_frame_indexes

Methods included from QuantizedValues

#get_m0, #get_m1, #get_p

Instance Method Details

#__sizeObject



264
265
266
# File 'lib/bayonetta/mot.rb', line 264

def __size
  12 + @keys.length * 4
end