Example #1
0
 protected void setNoDestroyObject_impl(string child, string parent)
 {
     Ctx.m_instance.m_layerMgr.m_path2Go[child] = UtilApi.TransFindChildByPObjAndPath(Ctx.m_instance.m_layerMgr.m_path2Go[parent], child);
     UtilApi.DontDestroyOnLoad(Ctx.m_instance.m_layerMgr.m_path2Go[child]);
 }