Struct ArCameraConfig
Represents an ARCore camera configuration, which describes the ARCore-related properties of a device camera.
Inherited Members
Namespace: UnityEngine .XR.ARCore
Assembly: solution.dll
Syntax
public struct ArCameraConfig : IDisposable, IEquatable<ArCameraConfig>
Constructors
Name | Description |
---|---|
Ar |
Creates a new camera config object. To prevent memory leaks, this object should be disposed with Dispose() when you no longer need it. |
Properties
Name | Description |
---|---|
Is |
(Read Only) Indicates whether this Ar |
Null | Represents a null Ar |
Methods
Name | Description |
---|---|
As |
Gets the underlying native pointer for this Ar |
Dispose() | Destroys this Ar |
Equals(object) | Tests for equality. |
Equals(Ar |
Tests for equality. |
From |
Creates a Ar |
Get |
Obtains the camera id for this camera config. |
Get |
Gets the depth sensor usage settings. |
Get |
Gets the facing direction of the camera selected by this config. |
Get |
Gets the minimum and maximum camera capture rate in frames per second (fps) for the current camera config. |
Get |
Generates a hash code suitable for use with a |
Get |
Gets the camera image dimensions for this camera config. |
Get |
Gets the camera texture dimensions for this camera config. |
Operators
Name | Description |
---|---|
operator ==(Ar |
Tests for equality. |
operator ==(Ar |
Tests for equality. Same as Equals(Ar |
explicit operator Int |
Casts an Ar |
operator !=(Ar |
Tests for inequality. |
operator !=(Ar |
Tests for inequality. Same as the negation of Equals(Ar |