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

CoronaryMovementProvider Class

Extends MonoBehaviour, IMovementProvider
This class demonstrates how to do custom movement mapping in the form of "coronary movement," where the movements provided are based on the estimated position of the user's heart/core.
This should only be used in conjunction with a GazeMultiGrab component as it depends on assumptions which may not hold independent of that class.
Coronary movement movement which evaluates input relative to the position of the user's heart/core is provided here as an example of arbitrary motion remapping, where the movement provided is not directly from the user's inputs, but is calculated therefrom while considering other factors as well.

Member Functions

Implementation of IMovementProvider.CreateMovement; for details, please refer to the related documentation provided for that interface.
Did you find this page helpful?