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

PhotoCapture.OnCapturedToDiskCallback

Declaration

public delegate void OnCapturedToDiskCallback(Windows.WebCam.PhotoCapture.PhotoCaptureResult result);

Parameters

result Indicates whether or not the photo was successfully saved to the file system.

Description

Called when a photo has been saved to the file system.