Class: Bayonetta::EXPFile::Record
- Inherits:
-
LibBin::Structure
- Object
- LibBin::Structure
- Bayonetta::EXPFile::Record
- Defined in:
- lib/bayonetta/exp.rb
Instance Method Summary collapse
-
#initialize ⇒ Record
constructor
A new instance of Record.
Constructor Details
#initialize ⇒ Record
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 |