Fragment.AdjustAll(IPlugin) Method

Definition

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().

Applies to