CreateMovement
()
|
Implementation of IMovementProvider.CreateMovement; for details, please refer to the related documentation provided for that interface.
Signature
IMovement Oculus.Interaction.CoronaryMovementProvider.CreateMovement() Returns IMovement |
InjectOptionalHmd
(
hmd
)
|
Sets the optional IHmd used to estimate the user's heart/core position.
Supports the Interaction SDK dependency injection pattern; when unset, the provider falls back to the first Hmd found in the scene.
Signature
void Oculus.Interaction.CoronaryMovementProvider.InjectOptionalHmd(IHmd hmd) Parameters hmd: IHmdReturns void |