示例#1
0
 void OnDestroy()
 {
     camTex.Stop();
     if (extractor != null)
     {
         extractor.Dispose();
     }
 }
示例#2
0
 void OnDestroy()
 {
     if (_extraerHoja != null)
     {
         _extraerHoja.Dispose();
     }
     if (texturaObservada)
     {
         Destroy(texturaObservada);
     }
 }