Пример #1
0
 private void ReparentContainedObjectsOnParentChangeComplete()
 {
     if (closetControl != null)
     {
         // update the parent of each of the items in the closet
         closetControl.OnParentChangeComplete(NetworkedMatrixNetId);
     }
 }
Пример #2
0
 protected override void OnParentChangeComplete()
 {
     if (closetControl != null)
     {
         // update the parent of each of the items in the closet
         closetControl.OnParentChangeComplete(ParentNetId);
     }
 }