setDart method
Copies the fields of o into this instance.
Implementation
@override
ModelSkeletonD setDart(ModelSkeletonD o) {
boneCount = o.boneCount;
bones = .from(o.bones);
bindPose = .from(o.bindPose);
return this;
}
Copies the fields of o into this instance.
@override
ModelSkeletonD setDart(ModelSkeletonD o) {
boneCount = o.boneCount;
bones = .from(o.bones);
bindPose = .from(o.bindPose);
return this;
}