SpacePinOrientable.FragmentId 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.
The fragment this belongs to. Public property to satisfy IOrientable interface.
public Microsoft.MixedReality.WorldLocking.Core.FragmentId FragmentId { get; }
member this.FragmentId : Microsoft.MixedReality.WorldLocking.Core.FragmentId
Public ReadOnly Property FragmentId As FragmentId
Property Value
Implements
Remarks
Only elements within the same fragment are allowed to interact with each other, because by definition the relationship between coordinates of elements of differing fragments are undefined.