Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

PhotoCapture.Dispose

Declaration

public void Dispose();

Description

Dispose must be called to shutdown the PhotoCapture instance.

If your PhotoCapture instance successfully called PhotoCapture.StartPhotoModeAsync, you must make sure that you call PhotoCapture.StopPhotoModeAsync before disposing your PhotoCapture instance.