BoneInfoList extension

Adds extension for lists of BoneInfo.

on
  • PointerList<BoneInfo>

Operators

operator [](int index) BoneInfo
The object at the given index in the list.
operator []=(int index, BoneInfo value) → void
Sets the value at the given index in the list to value.