Struct XRSessionSubsystemDescriptor.Cinfo
Syntax
public struct Cinfo : IEquatable<XRSessionSubsystemDescriptor.Cinfo>
Properties
id
The string used to identify this subsystem implementation.
This will be available when enumerating the available descriptors at runtime.
Declaration
public string id { get; set; }
Property Value
| Type |
Description |
| System.String |
|
subsystemImplementationType
The Type of the implementation.
Declaration
public Type subsystemImplementationType { get; set; }
Property Value
| Type |
Description |
| System.Type |
|
supportsInstall
Whether the session supports the update or installation of session software.
Declaration
public bool supportsInstall { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
| Type |
Name |
Description |
| System.Object |
obj |
|
Returns
| Type |
Description |
| System.Boolean |
|
Overrides
System.ValueType.Equals(System.Object)
Equals(XRSessionSubsystemDescriptor.Cinfo)
Declaration
public bool Equals(XRSessionSubsystemDescriptor.Cinfo other)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
| Type |
Description |
| System.Int32 |
|
Overrides
System.ValueType.GetHashCode()
Operators
Equality(XRSessionSubsystemDescriptor.Cinfo, XRSessionSubsystemDescriptor.Cinfo)
Declaration
public static bool operator ==(XRSessionSubsystemDescriptor.Cinfo lhs, XRSessionSubsystemDescriptor.Cinfo rhs)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
Inequality(XRSessionSubsystemDescriptor.Cinfo, XRSessionSubsystemDescriptor.Cinfo)
Declaration
public static bool operator !=(XRSessionSubsystemDescriptor.Cinfo lhs, XRSessionSubsystemDescriptor.Cinfo rhs)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|