Class: Bayonetta::EXPFile::Entry2
- Inherits:
-
LibBin::Structure
- Object
- LibBin::Structure
- Bayonetta::EXPFile::Entry2
- Defined in:
- lib/bayonetta/exp.rb
Instance Method Summary collapse
- #get_value(pose, table) ⇒ Object
-
#initialize ⇒ Entry2
constructor
A new instance of Entry2.
Constructor Details
Instance Method Details
#get_value(pose, table) ⇒ Object
394 395 396 |
# File 'lib/bayonetta/exp.rb', line 394 def get_value(pose, table) @operation.transform_value( pose[table[@bone_index]][@animation_track] ) end |