Struct XRSessionSubsystemDescriptor.Cinfo
Used in conjunction with Register
Implements
Inherited Members
Namespace: UnityEngine .XR.ARSubsystems
Assembly: solution.dll
Syntax
public struct XRSessionSubsystemDescriptor.Cinfo : IEquatable<XRSessionSubsystemDescriptor.Cinfo>
Properties
Name | Description |
---|---|
id | The string used to identify this subsystem implementation. This will be available when enumerating the available descriptors at runtime. |
provider |
Specifies the provider implementation type to use for instantiation. |
subsystem |
The |
subsystem |
Specifies the |
supports |
Whether the session supports the update or installation of session software. |
supports |
Whether the session supports matching the AR frame rate to the Unity frame rate. |
Methods
Name | Description |
---|---|
Equals(object) | Tests for equality. |
Equals(Cinfo) | Tests for equality. |
Get |
Generates a hash code suitable for use in a |
Operators
Name | Description |
---|---|
operator ==(Cinfo, Cinfo) | Tests for equality. |
operator !=(Cinfo, Cinfo) | Tests for inequality. |