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