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 |
---|---|
screen |
Height, in pixels, of the screen resolution. |
screen |
The orientation of the screen. |
screen |
Width, in pixels, of the screen resolution. |
z |
Distance from the camera to the far plane. |
z |
Distance from the camera to the near plane. |
Methods
Name | Description |
---|---|
Equals(object) | Tests for equality. |
Equals(XRCamera |
Tests for equality. |
Get |
Generates a hash suitable for use with containers like |
To |
Generates a string representation of this XRCamera |
Operators
Name | Description |
---|---|
operator ==(XRCamera |
Tests for equality. Same as Equals(XRCamera |
operator !=(XRCamera |
Tests for inequality. Same as |