Пример #1
0
 /// <summary>
 /// 回收
 /// </summary>
 public void Restore()
 {
     UserCallback = null;
     SpawnState   = ESpawnState.Restore;
     _cacheCollector.Restore(this);
 }
 /// <summary>
 /// 回收
 /// </summary>
 public void Restore()
 {
     UserCallback = null;
     _cacheCollector.Restore(this);
 }