Struct XRHandSubsystemDescriptor.Cinfo
Construction information for the XRHandSubsystemDescriptor.
Implements
Inherited Members
Namespace: UnityEngine.XR.Hands
Assembly: solution.dll
Syntax
public struct XRHandSubsystemDescriptor.Cinfo : IEquatable<XRHandSubsystemDescriptor.Cinfo>
Properties
Name | Description |
---|---|
id | A string identifier used to name the subsystem provider. |
providerType | Specifies the provider implementation type to use for instantiation. |
subsystemTypeOverride | Specifies the XRHandSubsystem-derived type that forwards casted calls to its provider. |
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 |