Example #1
0
 /// <summary>
 /// Functions called by the C++ side to generate and maintain the wrapper tree in the JS engine
 /// </summary>
 public static void SetParent(WrappedObject child, WrappedObject newParent)
 {
     child.SetParent(newParent);
 }