Struct XRReferencePointSubsystemDescriptor.Cinfo
Constructor info used to register a descriptor.
Implements
Inherited Members
Namespace: UnityEngine.XR.ARSubsystems
Assembly: solution.dll
Syntax
public struct XRReferencePointSubsystemDescriptor.Cinfo : IEquatable<XRReferencePointSubsystemDescriptor.Cinfo>
Properties
Name | Description |
---|---|
id | The string identifier for this subsystem. |
providerType | Specifies the provider implementation type to use for instantiation. |
subsystemImplementationType | The concrete |
subsystemTypeOverride | Specifies the |
supportsTrackableAttachments |
|
Methods
Name | Description |
---|---|
Equals(object) | Tests for equality. |
Equals(Cinfo) | Tests for equality. |
GetHashCode() | Generates a hash suitable for use with containers like |
Operators
Name | Description |
---|---|
operator ==(Cinfo, Cinfo) | Tests for equality. Same as Equals(Cinfo). |
operator !=(Cinfo, Cinfo) | Tests for inequality. Same as |