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

JointVelocityActiveState Class

Oculus::Interaction::PoseDetection::JointVelocityActiveState extends MonoBehaviour.
Oculus::Interaction::PoseDetection::JointVelocityActiveState extends Oculus.Interaction.IActiveState.
Oculus::Interaction::PoseDetection::JointVelocityActiveState extends Oculus.Interaction.ITimeConsumer.

Overview

Object Data

bool

Public Member Functions

void
SetTimeProvider
( Func< float > timeProvider )
Sets a function that returns the current time in seconds.
void
void
void
InjectHand
( IHand hand )
void
void
InjectOptionalTimeProvider
( Func< float > timeProvider )
void

Object Data

void
Awake ( )
void
Start ( )
void
Update ( )
void
void

Details

Member Enumerations

enum Oculus::Interaction::PoseDetection::JointVelocityActiveState.RelativeTo
Enumerator
Hand
= 0
World
= 1
Head
= 2
enum Oculus::Interaction::PoseDetection::JointVelocityActiveState.WorldAxis
Enumerator
PositiveX
= 0
NegativeX
= 1
PositiveY
= 2
NegativeY
= 3
PositiveZ
= 4
NegativeZ
= 5
enum Oculus::Interaction::PoseDetection::JointVelocityActiveState.HeadAxis
Enumerator
HeadForward
= 0
HeadBackward
= 1
HeadUp
= 2
HeadDown
= 3
HeadLeft
= 4
HeadRight
= 5
enum Oculus::Interaction::PoseDetection::JointVelocityActiveState.HandAxis
Enumerator
PalmForward
= 0
PalmBackward
= 1
WristUp
= 2
WristDown
= 3
WristForward
= 4
WristBackward
= 5

Properties

IHand Oculus.Interaction.PoseDetection.JointVelocityActiveState.Hand
No description available.
IJointDeltaProvider Oculus.Interaction.PoseDetection.JointVelocityActiveState.JointDeltaProvider
No description available.
IHmd Oculus.Interaction.PoseDetection.JointVelocityActiveState.Hmd
No description available.
bool Oculus.Interaction.PoseDetection.JointVelocityActiveState.Active
No description available.
IReadOnlyList<JointVelocityFeatureConfig> Oculus.Interaction.PoseDetection.JointVelocityActiveState.FeatureConfigs
No description available.
IReadOnlyDictionary<JointVelocityFeatureConfig, JointVelocityFeatureState> Oculus.Interaction.PoseDetection.JointVelocityActiveState.FeatureStates
No description available.

Object Data

bool Oculus.Interaction.PoseDetection.JointVelocityActiveState._started
No description available.

Member Functions

void Oculus.Interaction.PoseDetection.JointVelocityActiveState.SetTimeProvider
( Func< float > timeProvider )
Sets a function that returns the current time in seconds.
void Oculus.Interaction.PoseDetection.JointVelocityActiveState.InjectAllJointVelocityActiveState
( JointVelocityFeatureConfigList featureConfigs,
IHand hand,
IJointDeltaProvider jointDeltaProvider )
No description available.
void Oculus.Interaction.PoseDetection.JointVelocityActiveState.InjectFeatureConfigList
( JointVelocityFeatureConfigList featureConfigs )
No description available.
void Oculus.Interaction.PoseDetection.JointVelocityActiveState.InjectHand
( IHand hand )
No description available.
void Oculus.Interaction.PoseDetection.JointVelocityActiveState.InjectJointDeltaProvider
( IJointDeltaProvider jointDeltaProvider )
No description available.
void Oculus.Interaction.PoseDetection.JointVelocityActiveState.InjectOptionalTimeProvider
( Func< float > timeProvider )
No description available.
void Oculus.Interaction.PoseDetection.JointVelocityActiveState.InjectOptionalHmd
( IHmd hmd )
No description available.

Object Data

virtual void Oculus.Interaction.PoseDetection.JointVelocityActiveState.Awake ( )
No description available.
virtual void Oculus.Interaction.PoseDetection.JointVelocityActiveState.Start ( )
No description available.
virtual void Oculus.Interaction.PoseDetection.JointVelocityActiveState.Update ( )
No description available.
virtual void Oculus.Interaction.PoseDetection.JointVelocityActiveState.OnEnable ( )
No description available.
virtual void Oculus.Interaction.PoseDetection.JointVelocityActiveState.OnDisable ( )
No description available.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon