C# Класс Microsoft.MixedReality.Toolkit.Utilities.Editor.UWPCapabilityUtility

Utility to check and configure UWP capability request from MRTK systems
Показать файл Открыть проект

Открытые методы

Метод Описание
RequireCapability ( PlayerSettings.WSACapability capability, Type dependentComponent ) : void

Given capability is required by the given component. Check if capability is enabled, if not auto-enable if possible and log to console

Описание методов

RequireCapability() публичный статический Метод

Given capability is required by the given component. Check if capability is enabled, if not auto-enable if possible and log to console
public static RequireCapability ( PlayerSettings.WSACapability capability, Type dependentComponent ) : void
capability PlayerSettings.WSACapability Desired capability needed
dependentComponent Type Component type that requires the associated capability to perform operations
Результат void