Class: Bayonetta::EXPFile::Record

Inherits:
LibBin::Structure
  • Object
show all
Defined in:
lib/bayonetta/exp.rb

Instance Method Summary collapse

Constructor Details

#initializeRecord

Returns a new instance of Record.



322
323
324
325
326
327
328
329
330
331
332
# File 'lib/bayonetta/exp.rb', line 322

def initialize
  @u_a = 0
  @bone_index = 0
  @animation_track = 0
  @entry_type = 0
  @u_b = 0
  @interpolation_type = 0
  @num_points = 0
  @offset = 0
  @offset_interpolation = 0
end