Class: Assimp::Channel
- Inherits:
-
Data
- Object
- Data
- Assimp::Channel
- Defined in:
- lib/assimp/animation.rb
Instance Attribute Summary collapse
-
#node_name ⇒ Object
readonly
Returns the value of attribute node_name.
-
#position_keys ⇒ Object
readonly
Returns the value of attribute position_keys.
-
#rotation_keys ⇒ Object
readonly
Returns the value of attribute rotation_keys.
-
#scaling_keys ⇒ Object
readonly
Returns the value of attribute scaling_keys.
Instance Attribute Details
#node_name ⇒ Object (readonly)
Returns the value of attribute node_name
4 5 6 |
# File 'lib/assimp/animation.rb', line 4 def node_name @node_name end |
#position_keys ⇒ Object (readonly)
Returns the value of attribute position_keys
4 5 6 |
# File 'lib/assimp/animation.rb', line 4 def position_keys @position_keys end |
#rotation_keys ⇒ Object (readonly)
Returns the value of attribute rotation_keys
4 5 6 |
# File 'lib/assimp/animation.rb', line 4 def rotation_keys @rotation_keys end |
#scaling_keys ⇒ Object (readonly)
Returns the value of attribute scaling_keys
4 5 6 |
# File 'lib/assimp/animation.rb', line 4 def scaling_keys @scaling_keys end |