bindPose property

Bones base transformation (Transform[])

Implementation

StructLiveListStruct<TransformD> get bindPose => _bindPose;
set bindPose (List<TransformD> value)

Implementation

set bindPose(List<TransformD> value) => _bindPose.inner = value;