Struct XRCpuImage.AsyncConversion
Holds information related to an asynchronous camera image conversion request. Returned by ConvertAsync(ConversionParams).
Inherited Members
Namespace: UnityEngine.XR.ARSubsystems
Assembly: solution.dll
Syntax
public struct XRCpuImage.AsyncConversion : IDisposable, IEquatable<XRCpuImage.AsyncConversion>
Properties
Name | Description |
---|---|
conversionParams | The XRCpuImage.ConversionParams used during the conversion. |
status | The status of the request. |
Methods
Name | Description |
---|---|
Dispose() | Dispose native resources associated with this request, including the raw image data. The |
Equals(object) | Tests for equality. |
Equals(AsyncConversion) | Tests for equality. |
GetData<T>() | Get the raw image data. The returned |
GetHashCode() | Generates a hash suitable for use with containers like |
ToString() | Generates a string representation of this XRCpuImage.AsyncConversion. |
Operators
Name | Description |
---|---|
operator ==(AsyncConversion, AsyncConversion) | Tests for equality. Same as Equals(AsyncConversion). |
operator !=(AsyncConversion, AsyncConversion) | Tests for inequality. Same as |