SpacePin.AnchorId Property
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.
This wrapper for the anchorId is because the anchorId has to be stored as a ulong, which is the base class for the AnchorId enum. Unity only supports int-based enums, so will complain on serialization etc. for the ulong based AnchorId.
public Microsoft.MixedReality.WorldLocking.Core.AnchorId AnchorId { get; }
member this.AnchorId : Microsoft.MixedReality.WorldLocking.Core.AnchorId
Public ReadOnly Property AnchorId As AnchorId