Struct XRCpuImage.ConversionParams
Describes a set of conversion parameters for use with XRCpu
Implements
Inherited Members
Namespace: UnityEngine .XR.ARSubsystems
Assembly: solution.dll
Syntax
public struct XRCpuImage.ConversionParams : IEquatable<XRCpuImage.ConversionParams>
Constructors
Name | Description |
---|---|
Conversion |
Constructs a XRCpu |
Properties
Name | Description |
---|---|
input |
The portion of the original image that will be used as input to the conversion. |
output |
The dimensions of the converted image. The output dimensions must be less than or equal to the
input |
output |
The |
transformation | The transformation to apply to the image during conversion. |
Methods
Name | Description |
---|---|
Equals(object) | Tests for equality. |
Equals(Conversion |
Tests for equality. |
Get |
Generates a hash suitable for use with containers like |
To |
Generates a string representation of this XRCpu |
Operators
Name | Description |
---|---|
operator ==(Conversion |
Tests for equality. Same as Equals(Conversion |
operator !=(Conversion |
Tests for inequality. Same as |