weights property

List<double>? weights
final

The weights of the instantiated morph target. The number of array elements MUST match the number of morph targets of the referenced mesh. When defined, mesh MUST also be defined.

Implementation

final List<double>? weights;