Class: Assimp::Channel

Inherits:
Data
  • Object
show all
Defined in:
lib/assimp/animation.rb

Instance Attribute Summary collapse

Instance Attribute Details

#node_nameObject (readonly)

Returns the value of attribute node_name

Returns:

  • (Object)

    the current value of node_name



4
5
6
# File 'lib/assimp/animation.rb', line 4

def node_name
  @node_name
end

#position_keysObject (readonly)

Returns the value of attribute position_keys

Returns:

  • (Object)

    the current value of position_keys



4
5
6
# File 'lib/assimp/animation.rb', line 4

def position_keys
  @position_keys
end

#rotation_keysObject (readonly)

Returns the value of attribute rotation_keys

Returns:

  • (Object)

    the current value of rotation_keys



4
5
6
# File 'lib/assimp/animation.rb', line 4

def rotation_keys
  @rotation_keys
end

#scaling_keysObject (readonly)

Returns the value of attribute scaling_keys

Returns:

  • (Object)

    the current value of scaling_keys



4
5
6
# File 'lib/assimp/animation.rb', line 4

def scaling_keys
  @scaling_keys
end