Ejemplo n.º 1
0
 public void DestroyInternal()
 {
     if (materialHandle != IntPtr.Zero)
     {
         // Destroy the material.
         PropIFace.DestroyAudioMaterial(materialHandle);
         materialHandle = IntPtr.Zero;
     }
 }