Struct XRSessionUpdateParams
Update parameters for Update(XRSession
Implements
Inherited Members
Namespace: UnityEngine .XR.ARSubsystems
Assembly: solution.dll
Syntax
public struct XRSessionUpdateParams : IEquatable<XRSessionUpdateParams>
Properties
Name | Description |
---|---|
screen |
The current screen dimensions. |
screen |
The current screen orientation. |
Methods
Name | Description |
---|---|
Equals(object) | Compares for equality. |
Equals(XRSession |
Compares for equality. |
Get |
Generates a hash code suitable for use in a |
To |
Generates a string suitable for debugging. |
Operators
Name | Description |
---|---|
operator ==(XRSession |
Compares for equality. |
operator !=(XRSession |
Compares for inequality. |