AnimationChannel class

Inheritance

Constructors

AnimationChannel.new({required GltfRoot root, required int sampler, required AnimationTarget target})
AnimationChannel.parse(GltfRoot root, Map<String, Object?> map)

Properties

hashCode int
The hash code for this object.
no setterinherited
root GltfRoot
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sampler int
The ID of a sampler in this animation used to compute the value for the target, e.g., a node's translation, rotation, or scale (TRS).
final
target AnimationTarget
The descriptor of the animated property.
final

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