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

IVelocityCalculator Interface

Interface to velocity calculator used to make throwing possible.

Properties

UpdateFrequency : float
[Get]
Signature
float Oculus.Interaction.Throw.IVelocityCalculator.UpdateFrequency

Events

WhenNewSampleAvailable : Action< ReleaseVelocityInformation >
Signature
Action<ReleaseVelocityInformation> Oculus.Interaction.Throw.IVelocityCalculator.WhenNewSampleAvailable
WhenThrowVelocitiesChanged : Action< List< ReleaseVelocityInformation > >
Signature
Action<List<ReleaseVelocityInformation> > Oculus.Interaction.Throw.IVelocityCalculator.WhenThrowVelocitiesChanged

Methods

LastThrowVelocities ()
Signature
IReadOnlyList< ReleaseVelocityInformation > Oculus.Interaction.Throw.IVelocityCalculator.LastThrowVelocities()
Returns
IReadOnlyList< ReleaseVelocityInformation >
SetUpdateFrequency ( frequency )
Signature
void Oculus.Interaction.Throw.IVelocityCalculator.SetUpdateFrequency(float frequency)
Parameters
frequency: float
Returns
void