Class: Stagecraft::PhysicsBinding::Entry
- Inherits:
-
Data
- Object
- Data
- Stagecraft::PhysicsBinding::Entry
- Defined in:
- lib/stagecraft/physics_binding.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
readonly
Returns the value of attribute body.
-
#node ⇒ Object
readonly
Returns the value of attribute node.
-
#previous_position ⇒ Object
readonly
Returns the value of attribute previous_position.
-
#previous_rotation ⇒ Object
readonly
Returns the value of attribute previous_rotation.
Instance Attribute Details
#body ⇒ Object (readonly)
Returns the value of attribute body
5 6 7 |
# File 'lib/stagecraft/physics_binding.rb', line 5 def body @body end |
#node ⇒ Object (readonly)
Returns the value of attribute node
5 6 7 |
# File 'lib/stagecraft/physics_binding.rb', line 5 def node @node end |
#previous_position ⇒ Object (readonly)
Returns the value of attribute previous_position
5 6 7 |
# File 'lib/stagecraft/physics_binding.rb', line 5 def previous_position @previous_position end |
#previous_rotation ⇒ Object (readonly)
Returns the value of attribute previous_rotation
5 6 7 |
# File 'lib/stagecraft/physics_binding.rb', line 5 def previous_rotation @previous_rotation end |