setWeightAttribute method
dynamic
setWeightAttribute(
- dynamic name
Implementation
setWeightAttribute(name) {
this.weightAttribute = name ? this.geometry.getAttribute(name) : null;
return this;
}