示例#1
0
 void OnDestroy()
 {
     _detector.Dispose();
     _builder.Dispose();
     Destroy(_cropRT);
     Destroy(_material);
 }
示例#2
0
        void OnDestroy()
        {
            _detector.Dispose();
            _builder.Dispose();

            Destroy(_faceMaterial);
            Destroy(_wireMaterial);
            Destroy(_cropMaterial);

            Destroy(_cropRT);
        }
 void OnDestroy()
 {
     _builder.Dispose();
     Destroy(_material);
 }