JointData class

Constructors

JointData.new({required List<Vector4> weights, required List<Vector4> localizedJoints, required Map<int, int> jointMap})

Properties

hashCode int
The hash code for this object.
no setterinherited
jointMap Map<int, int>
final
localizedJoints List<Vector4>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
weights List<Vector4>
final

Methods

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

Operators

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