Search Results for

    Show / Hide Table of Contents

    Class OpenXRInteractionProfile

    Represents an OpenXR interaction profile.

    Inheritance
    object
    OpenXRInteractionProfile
    Namespace: Evergine.OpenXR
    Assembly: Evergine.OpenXR.dll
    Syntax
    public class OpenXRInteractionProfile

    Fields

    InteractionPath

    The profile interaction path.

    Declaration
    public string InteractionPath
    Field Value
    Type Description
    string

    SupportedComponents

    Dictionary of supported components mapped to actions.

    Declaration
    public Dictionary<string, string> SupportedComponents
    Field Value
    Type Description
    Dictionary<string, string>

    UserPaths

    The list of user paths defined in this profile.

    Declaration
    public List<string> UserPaths
    Field Value
    Type Description
    List<string>

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX