docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct XRGestureSubsystemDescriptor.Cinfo

    Used in conjunction with RegisterDescriptor(Cinfo) to register a provider. This should only be used by subsystem implementors.

    Implements
    IEquatable<XRGestureSubsystemDescriptor.Cinfo>
    Inherited Members
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: UnityEngine.XR.InteractionSubsystems
    Assembly: Unity.XR.InteractionSubsystems.dll
    Syntax
    public struct XRGestureSubsystemDescriptor.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 { readonly get; set; }
    Property Value
    Type Description
    string

    subsystemImplementationType

    The Type of the implementation.

    Declaration
    public Type subsystemImplementationType { readonly get; set; }
    Property Value
    Type Description
    Type

    Methods

    Equals(object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    object obj
    Returns
    Type Description
    bool
    Overrides
    ValueType.Equals(object)

    Equals(Cinfo)

    Declaration
    public bool Equals(XRGestureSubsystemDescriptor.Cinfo other)
    Parameters
    Type Name Description
    XRGestureSubsystemDescriptor.Cinfo other
    Returns
    Type Description
    bool

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    ValueType.GetHashCode()

    Operators

    operator ==(Cinfo, Cinfo)

    Declaration
    public static bool operator ==(XRGestureSubsystemDescriptor.Cinfo lhs, XRGestureSubsystemDescriptor.Cinfo rhs)
    Parameters
    Type Name Description
    XRGestureSubsystemDescriptor.Cinfo lhs
    XRGestureSubsystemDescriptor.Cinfo rhs
    Returns
    Type Description
    bool

    operator !=(Cinfo, Cinfo)

    Declaration
    public static bool operator !=(XRGestureSubsystemDescriptor.Cinfo lhs, XRGestureSubsystemDescriptor.Cinfo rhs)
    Parameters
    Type Name Description
    XRGestureSubsystemDescriptor.Cinfo lhs
    XRGestureSubsystemDescriptor.Cinfo rhs
    Returns
    Type Description
    bool

    Implements

    IEquatable<T>
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)