bones property

Bones information (skeleton)

Implementation

StructLiveListStruct<BoneInfoD> get bones => _bones;
set bones (List<BoneInfoD> value)

Implementation

set bones(List<BoneInfoD> value) => _bones.inner = value;