Struct XRCpuImage.AsyncConversion
Holds information related to an asynchronous camera image conversion request. Returned by
Convert
Inherited Members
Namespace: UnityEngine .XR.ARSubsystems
Assembly: solution.dll
Syntax
public struct XRCpuImage.AsyncConversion : IDisposable, IEquatable<XRCpuImage.AsyncConversion>
Properties
Name | Description |
---|---|
conversion |
The XRCpu |
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(Async |
Tests for equality. |
Get |
Get the raw image data. The returned |
Get |
Generates a hash suitable for use with containers like |
To |
Generates a string representation of this XRCpu |
Operators
Name | Description |
---|---|
operator ==(Async |
Tests for equality. Same as Equals(Async |
operator !=(Async |
Tests for inequality. Same as |