MixedRealityToolkit.ResetConfiguration 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.
When a configuration Profile is replaced with a new configuration, force all services to reset and read the new values
public:
void ResetConfiguration(Microsoft::MixedReality::Toolkit::MixedRealityToolkitConfigurationProfile ^ profile);
public void ResetConfiguration (Microsoft.MixedReality.Toolkit.MixedRealityToolkitConfigurationProfile profile);
member this.ResetConfiguration : Microsoft.MixedReality.Toolkit.MixedRealityToolkitConfigurationProfile -> unit
Public Sub ResetConfiguration (profile As MixedRealityToolkitConfigurationProfile)
Parameters
Remarks
This function should only be used by editor code in most cases.
Do not call this function if resetting profile at runtime. Instead see here for more information on profile switching at runtime.