IFragmentManager.GetFragmentState(FragmentId) 方法

定义

获取给定片段的当前状态。

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

参数

id
FragmentId

要查询的片段的标识符。

返回

状态

适用于