コード例 #1
0
        void OnDestroy()
        {
            _boxDetector.Dispose();
            _landmarkDetector.Dispose();

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

            Destroy(_cropRT);
        }
コード例 #2
0
 void OnDestroy()
 {
     _detector.Dispose();
     Destroy(_material);
 }