Class OpenXRInteractionProfile
Represents a OpenXR interaction profile.
Namespace: Evergine.OpenXR
Assembly: Evergine.OpenXR.dll
Syntax
public class OpenXRInteractionProfile
Fields
InteractionPath
The profile intraction 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 lits of user paths defined in this profile.
Declaration
public List<string> UserPaths
Field Value
Type | Description |
---|---|
List<string> |