예제 #1
0
 public BoneWeight(TgcSkeletalBone bone, float weight)
 {
     Bone   = bone;
     Weight = weight;
 }