Dela via


IFragmentManager.GetFragmentState(FragmentId) Method

Definition

Get the current state of a given fragment.

public Microsoft.MixedReality.WorldLocking.Core.AttachmentPointStateType GetFragmentState (Microsoft.MixedReality.WorldLocking.Core.FragmentId id);
abstract member GetFragmentState : Microsoft.MixedReality.WorldLocking.Core.FragmentId -> Microsoft.MixedReality.WorldLocking.Core.AttachmentPointStateType
Public Function GetFragmentState (id As FragmentId) As AttachmentPointStateType

Parameters

id
FragmentId

Identifier of the fragment to query.

Returns

The state

Applies to