Struct XRCameraParams
Parameters of the Unity Camera
that might be necessary or useful to the provider.
Implements
Inherited Members
Namespace: UnityEngine.XR.ARSubsystems
Assembly: solution.dll
Syntax
public struct XRCameraParams : IEquatable<XRCameraParams>
Properties
Name | Description |
---|---|
screenHeight | Height, in pixels, of the screen resolution. |
screenOrientation | The orientation of the screen. |
screenWidth | Width, in pixels, of the screen resolution. |
zFar | Distance from the camera to the far plane. |
zNear | Distance from the camera to the near plane. |
Methods
Name | Description |
---|---|
Equals(object) | Tests for equality. |
Equals(XRCameraParams) | Tests for equality. |
GetHashCode() | Generates a hash suitable for use with containers like |
ToString() | Generates a string representation of this XRCameraParams. |
Operators
Name | Description |
---|---|
operator ==(XRCameraParams, XRCameraParams) | Tests for equality. Same as Equals(XRCameraParams). |
operator !=(XRCameraParams, XRCameraParams) | Tests for inequality. Same as |