setC method

BoneInfoC setC(
  1. BoneInfoC o
)

Implementation

BoneInfoC setC(BoneInfoC o) {
  parent = o.parent;
  name = o.name;
  return this;
}