PhotoCapture.PhotoCaptureResult
A data container that contains the result information of a photo capture operation.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Struct
- Namespace: UnityEngine.Windows.WebCam
- Assembly: UnityEngine.CoreModule
public struct PhotoCapture.PhotoCaptureResult
Fields
Value | Description |
|---|---|
| hResult | The specific HResult value. |
| resultType | A generic result that indicates whether or not the PhotoCapture operation succeeded. |
Properties
Property | Description |
|---|---|
| success | Indicates whether or not the operation was successful. |