SpacePinBinder.AddSpacePin(SpacePinASA) 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.
Add a space pin to the list of managed pins.
public bool AddSpacePin (Microsoft.MixedReality.WorldLocking.ASA.SpacePinASA spacePin);
member this.AddSpacePin : Microsoft.MixedReality.WorldLocking.ASA.SpacePinASA -> bool
Public Function AddSpacePin (spacePin As SpacePinASA) As Boolean
Parameters
- spacePin
- SpacePinASA
Pin to add.
Returns
True if not already there but added.