private void OnDestroy()
 {
     cullingManager?.Dispose();
 }
Example #2
0
 private void OnDestroy()
 {
     cullMgr.Dispose();
 }