AlignSubtree.AddOwnedPin(SpacePin) Method

Definition

Explicitly add a pin to the owned pins list.

public bool AddOwnedPin (Microsoft.MixedReality.WorldLocking.Core.SpacePin pin);
member this.AddOwnedPin : Microsoft.MixedReality.WorldLocking.Core.SpacePin -> bool
Public Function AddOwnedPin (pin As SpacePin) As Boolean

Parameters

pin
SpacePin

THe pin to add.

Returns

True if added, false if it was already there.

Applies to