Method GetAttachPoseOnSelect
GetAttachPoseOnSelect(IXRSelectInteractor)
Gets the world position and rotation of the Attach Transform captured during the moment of selection.
Declaration
Pose GetAttachPoseOnSelect(IXRSelectInteractor interactor)
Parameters
| Type | Name | Description |
|---|---|---|
| IXRSelectInteractor | interactor | The specific Interactor as context to get the attachment point for. |
Returns
| Type | Description |
|---|---|
| Pose | Returns the world pose of the attachment point during the moment of selection, and otherwise the identity Pose if it was not selected by it during the current selection stack. |