MixedRealityToolkitConfigurationProfileInspector.CheckSystemConfiguration Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Checks if a system is enabled and the service type or validProfile is null, then displays warning message to the user
protected:
void CheckSystemConfiguration(System::String ^ service, Microsoft::MixedReality::Toolkit::Utilities::SystemType ^ systemType, bool validProfile);
protected void CheckSystemConfiguration (string service, Microsoft.MixedReality.Toolkit.Utilities.SystemType systemType, bool validProfile);
member this.CheckSystemConfiguration : string * Microsoft.MixedReality.Toolkit.Utilities.SystemType * bool -> unit
Protected Sub CheckSystemConfiguration (service As String, systemType As SystemType, validProfile As Boolean)
Parameters
- service
- String
name of service being tested
- systemType
- SystemType
Selected implementation type for service
- validProfile
- Boolean
true if profile scriptableobject property is not null, false otherwise