Class TotalCaptureResult
- Namespace
- Uralstech.UXR.QuestCamera
The total assembled results of a single image capture from the image sensor.
public sealed class TotalCaptureResult : CaptureResult
- Inheritance
-
objectTotalCaptureResult
- Inherited Members
- Extension Methods
Constructors
TotalCaptureResult(AndroidJavaObject)
public TotalCaptureResult(AndroidJavaObject native)
Parameters
nativeAndroidJavaObject
Methods
GetPartialResults()
Returns the list of partial results that compose this total result.
public CaptureResult[] GetPartialResults()