boneMatrices property

StructLiveListStruct<MatrixD> get boneMatrices

Bones animated transformation matrices

Implementation

StructLiveListStruct<MatrixD> get boneMatrices => _boneMatrices;
set boneMatrices (List<MatrixD> value)

Implementation

set boneMatrices(List<MatrixD> value) => _boneMatrices.inner = value;