Struct XRGestureSubsystemDescriptor.Cinfo
Syntax
public struct Cinfo : IEquatable<XRGestureSubsystemDescriptor.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 |
|
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(XRGestureSubsystemDescriptor.Cinfo)
Declaration
public bool Equals(XRGestureSubsystemDescriptor.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(XRGestureSubsystemDescriptor.Cinfo, XRGestureSubsystemDescriptor.Cinfo)
Declaration
public static bool operator ==(XRGestureSubsystemDescriptor.Cinfo lhs, XRGestureSubsystemDescriptor.Cinfo rhs)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
Inequality(XRGestureSubsystemDescriptor.Cinfo, XRGestureSubsystemDescriptor.Cinfo)
Declaration
public static bool operator !=(XRGestureSubsystemDescriptor.Cinfo lhs, XRGestureSubsystemDescriptor.Cinfo rhs)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|