Editar

Share via


MixedRealityToolkitConfigurationProfileInspector.CheckSystemConfiguration Method

Definition

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

Applies to