Method IsExtensionEnabled
IsExtensionEnabled(string)
Describes whether the OpenXR Extension with the given name is enabled.
Declaration
public static bool IsExtensionEnabled(string extensionName)
Parameters
Type | Name | Description |
---|---|---|
string | extensionName | Name of the extension |
Returns
Type | Description |
---|---|
bool | True if the extension matching the given name is enabled, false otherwise |