enum | RelativeTo { } |
enum | WorldAxis { WorldAxis.PositiveX = 0, WorldAxis.NegativeX = 1, WorldAxis.PositiveY = 2, WorldAxis.NegativeY = 3, WorldAxis.PositiveZ = 4, WorldAxis.NegativeZ = 5 } |
enum | HeadAxis { HeadAxis.HeadForward = 0, HeadAxis.HeadBackward = 1, HeadAxis.HeadUp = 2, HeadAxis.HeadDown = 3, HeadAxis.HeadLeft = 4, HeadAxis.HeadRight = 5 } |
enum | HandAxis { HandAxis.PalmForward = 0, HandAxis.PalmBackward = 1, HandAxis.WristUp = 2, HandAxis.WristDown = 3, HandAxis.WristForward = 4, HandAxis.WristBackward = 5 } |
Hand[Get] | |
JointDeltaProvider[Get] | |
Hmd[Get] | |
bool | Active[Get] |
IReadOnlyList< JointVelocityFeatureConfig > | FeatureConfigs[Get] |
IReadOnlyDictionary< JointVelocityFeatureConfig, JointVelocityFeatureState > | FeatureStates[Get] |
bool | _started[Get] |
void | SetTimeProvider ( Func< float > timeProvider ) Sets a function that returns the current time in seconds |
void | InjectAllJointVelocityActiveState ( JointVelocityFeatureConfigList featureConfigs, IHand hand, IJointDeltaProvider jointDeltaProvider ) |
void | InjectFeatureConfigList ( JointVelocityFeatureConfigList featureConfigs ) |
void | InjectHand ( IHand hand ) |
void | InjectJointDeltaProvider ( IJointDeltaProvider jointDeltaProvider ) |
void | InjectOptionalTimeProvider ( Func< float > timeProvider ) |
void | InjectOptionalHmd ( IHmd hmd ) |
Hand | = 0 |
World | = 1 |
Head | = 2 |
PositiveX | = 0 |
NegativeX | = 1 |
PositiveY | = 2 |
NegativeY | = 3 |
PositiveZ | = 4 |
NegativeZ | = 5 |
HeadForward | = 0 |
HeadBackward | = 1 |
HeadUp | = 2 |
HeadDown | = 3 |
HeadLeft | = 4 |
HeadRight | = 5 |
PalmForward | = 0 |
PalmBackward | = 1 |
WristUp | = 2 |
WristDown | = 3 |
WristForward | = 4 |
WristBackward | = 5 |
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.
|
bool Oculus.Interaction.PoseDetection.JointVelocityActiveState._started |
---|
No description available.
|
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.
|
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.
|