AnimationTarget class

Inheritance

Constructors

AnimationTarget.new({required GltfRoot root, required GltfRef<Node> node, required AnimationPath path})
AnimationTarget.parse(GltfRoot root, Map<String, Object?> map)

Properties

hashCode int
The hash code for this object.
no setterinherited
node GltfRef<Node>
The reference to the node to animate. When undefined, the animated object MAY be defined by an extension.
final
path AnimationPath
The name of the node's TRS property to animate, or the weights of the Morph Targets it instantiates. For the translation property, the values that are provided by the sampler are the translation along the X, Y, and Z axes. For the rotation property, the values are a quaternion in the order (x, y, z, w), where w is the scalar. For the scale property, the values are the scaling factors along the X, Y, and Z axes.
final
root GltfRoot
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited