private void OnDestroy()
 {
     if (_outlineLayers)
     {
         _outlineLayers.Reset();
     }
 }
Exemple #2
0
 private void OnDestroy()
 {
     // TODO: Find a way to do this once per OutlineLayerCollection instance.
     if (_outlineLayers)
     {
         _outlineLayers.Reset();
     }
 }