示例#1
0
 private void ReparentContainedObjectsOnParentChangeComplete()
 {
     if (closetControl != null)
     {
         // update the parent of each of the items in the closet
         closetControl.OnParentChangeComplete(NetworkedMatrixNetId);
     }
 }