Method GetCurrentInteractionProfile
GetCurrentInteractionProfile(ulong)
Returns the path of the current interaction profile for the given user path.
Declaration
protected static ulong GetCurrentInteractionProfile(ulong userPath)
Parameters
Type | Name | Description |
---|---|---|
ulong | userPath | OpenXR User Path (eg: /user/hand/left) |
Returns
Type | Description |
---|---|
ulong | A path to the interaction profile, or XrPath.none if the path could not be retrieved. |
GetCurrentInteractionProfile(string)
Returns the path of the current interaction profile for the given user path.
Declaration
protected static ulong GetCurrentInteractionProfile(string userPath)
Parameters
Type | Name | Description |
---|---|---|
string | userPath | User path |
Returns
Type | Description |
---|---|
ulong | A path to the interaction profile, or XrPath.none if the path could not be retrieved. |