VideoCapture.OnVideoCaptureResourceCreatedCallback
Called when a VideoCapture resource has been created.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Delegate
- Namespace: UnityEngine.Windows.WebCam
- Assembly: UnityEngine.CoreModule
public delegate void VideoCapture.OnVideoCaptureResourceCreatedCallback(VideoCapture captureObject)
Remarks
If the instance failed to be created, the instance returned will be null.