BaseMixedRealityToolkitConfigurationProfileInspector.IsProfileInActiveInstance 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.
Helper function to determine if the current profile is assigned to the active instance of MRTK. In some cases profile data refers to other profile data in the MRTK config profile. In these cases, we don't want to render when the active instance isn't using this profile, because it may produce an inaccurate combination of settings.
protected:
abstract bool IsProfileInActiveInstance();
protected abstract bool IsProfileInActiveInstance ();
abstract member IsProfileInActiveInstance : unit -> bool
Protected MustOverride Function IsProfileInActiveInstance () As Boolean