BaseMixedRealityToolkitConfigurationProfileInspector.IsProfileRequired Method
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.
Inspect the attributes of the provided system type to determine if a configuration profile is required.
protected:
bool IsProfileRequired(Microsoft::MixedReality::Toolkit::Utilities::SystemType ^ serviceType);
protected bool IsProfileRequired (Microsoft.MixedReality.Toolkit.Utilities.SystemType serviceType);
member this.IsProfileRequired : Microsoft.MixedReality.Toolkit.Utilities.SystemType -> bool
Protected Function IsProfileRequired (serviceType As SystemType) As Boolean
- serviceType
- SystemType
The system type representing the service.
True if the service is decorated with an attribute indicating a profile is required, false otherwise.
Produto | Versións |
---|---|
MRTK2 Unity 2018 | 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.5.4, 2.6.0 |
MRTK2 Unity 2019 | 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.5.4, 2.6.0 |
MRTK2 Unity 2020 | 2.5.2, 2.5.3, 2.5.4, 2.6.0 |