Class: Assimp::Bone
- Inherits:
-
Data
- Object
- Data
- Assimp::Bone
- Defined in:
- lib/assimp/mesh.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#offset_matrix ⇒ Object
readonly
Returns the value of attribute offset_matrix.
-
#weights ⇒ Object
readonly
Returns the value of attribute weights.
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name
4 5 6 |
# File 'lib/assimp/mesh.rb', line 4 def name @name end |
#offset_matrix ⇒ Object (readonly)
Returns the value of attribute offset_matrix
4 5 6 |
# File 'lib/assimp/mesh.rb', line 4 def offset_matrix @offset_matrix end |
#weights ⇒ Object (readonly)
Returns the value of attribute weights
4 5 6 |
# File 'lib/assimp/mesh.rb', line 4 def weights @weights end |