Fragment.AdjustAll(IPlugin) 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.
Run through all attachment points, get their adjustments from the plugin and apply them.
public void AdjustAll (Microsoft.MixedReality.WorldLocking.Core.IPlugin plugin);
member this.AdjustAll : Microsoft.MixedReality.WorldLocking.Core.IPlugin -> unit
Public Sub AdjustAll (plugin As IPlugin)
Parameters
- plugin
- IPlugin
Remarks
This must be called between plugin.Refreeze() and plugin.RefreezeFinish().