Version: 2017.3

PhotoCapture.OnCapturedToMemoryCallback

매뉴얼로 전환
public delegatevoid OnCapturedToMemoryCallback (XR.WSA.WebCam.PhotoCapture.PhotoCaptureResult result, XR.WSA.WebCam.PhotoCaptureFrame photoCaptureFrame);

파라미터

result Indicates whether or not the photo was successfully captured to memory.
photoCaptureFrame Contains the target texture. If available, the spatial information will be accessible through this structure as well.

설명

Called when a photo has been captured to memory.