Exemplo n.º 1
0
 public void SetBoneController(string boneName, Quaternion angles)
 {
     boneControllers[skeleton.GetBoneId(boneName)] = angles;
 }