Backend.OpenXR.ExtEnabled

static bool ExtEnabled(string extensionName)

This tells if an OpenXR extension has been requested and successfully loaded by the runtime. This MUST only be called after SK.Initialize.

   
string extensionName The extension name as listed in the OpenXR spec. For example: “XR_EXT_hand_tracking”.
RETURNS: bool If the extension is available to use.




Found an issue with these docs, or have some additional questions? Create an Issue on Github!