Struct XRCpuImage.Plane.Cinfo
Container for the metadata that describes access to the raw camera image plane data.
Implements
Inherited Members
Namespace: UnityEngine .XR.ARSubsystems
Assembly: solution.dll
Syntax
public struct XRCpuImage.Plane.Cinfo : IEquatable<XRCpuImage.Plane.Cinfo>
Constructors
Name | Description |
---|---|
Cinfo(Int |
Constructs the camera image plane cinfo. |
Properties
Name | Description |
---|---|
data |
The length of the native image data. |
data |
The pointer to the raw native image data. |
pixel |
The stride for iterating through the pixels of the native image data. |
row |
The stride for iterating through the rows of the native image data. |
Methods
Name | Description |
---|---|
Equals(object) | Tests for equality. |
Equals(Cinfo) | Tests for equality. |
Get |
Generates a hash suitable for use with containers like |
To |
Generates a string suitable for debugging. |
Operators
Name | Description |
---|---|
operator ==(Cinfo, Cinfo) | Tests for equality. Same as Equals(Cinfo). |
operator !=(Cinfo, Cinfo) | Tests for inequality. Same as |