Esempio n. 1
0
        void RemoveBone(GroupAction actions, BoneProxyShape bone)
        {
            // attach to new parent
              if (bone.HasChildren())
            actions.Add(new SetShapesParentAction(bone.ChildCollection, bone.Parent));

              actions.Add(RemoveShapeAction.CreateRemoveShapeAction(bone));
        }