Exemplo n.º 1
0
 public NullSkeletonBone(NullSkeletonBoneList owner, string name, uint id, uint groupId = 0) : base(null)
 {
     SetOwner(owner);
     mBoneName    = name;
     mBoneId      = id;
     mBoneGroupId = groupId;
 }
Exemplo n.º 2
0
 public void SetOwner(NullSkeletonBoneList owner)
 {
 }