boneCount property
Number of bones
Implementation
@override get boneCount {
structOnOp((p) => _boneCount = p.ref.boneCount);
return _boneCount;
}
Number of bones
@override get boneCount {
structOnOp((p) => _boneCount = p.ref.boneCount);
return _boneCount;
}