API reference
API reference
Select your platform
No SDKs available
No versions available

MatchTargetAtSourceProvider Class

Extends MonoBehaviour
This provider links the deltas from the Target pose to the Source pose, so the Source's transformations match the Target but in the Source's own local space.
Whatever the target does, the source does.

Methods

CreateMovement ()
Creates and returns an instance of IMovement.
The instance is used to generate movement when an Interactable is Selected Interactor.InteractableSelected
For an example implementation, see ObjectPullProvider.CreateMovement For example usage, see RayInteractable.GenerateMovement
Signature
IMovement Oculus.Interaction.MatchTargetAtSourceProvider.CreateMovement()
Returns
IMovement  An instance of IMovement configured for the selected Interactable.