C# 클래스 Microsoft.MixedReality.Toolkit.Utilities.Editor.UWPCapabilityUtility

Utility to check and configure UWP capability request from MRTK systems
파일 보기 프로젝트 열기: tooploox/holo

공개 메소드들

메소드 설명
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