SpongyAnchorVisual.Instantiate(FrameVisual, SpongyAnchor) Method

Definition

Create a visualizer for a spongy anchor.

public Microsoft.MixedReality.WorldLocking.Tools.SpongyAnchorVisual Instantiate (Microsoft.MixedReality.WorldLocking.Tools.FrameVisual parent, Microsoft.MixedReality.WorldLocking.Core.SpongyAnchor spongyAnchor);
override this.Instantiate : Microsoft.MixedReality.WorldLocking.Tools.FrameVisual * Microsoft.MixedReality.WorldLocking.Core.SpongyAnchor -> Microsoft.MixedReality.WorldLocking.Tools.SpongyAnchorVisual
Public Function Instantiate (parent As FrameVisual, spongyAnchor As SpongyAnchor) As SpongyAnchorVisual

Parameters

parent
FrameVisual

Coordinate space to create the visualizer in

spongyAnchor
SpongyAnchor

The spongyAnchor component assigned to some other object that this object is supposed to sync with

Returns

Applies to