enum | RelativeTo { RelativeTo.Hand = 0, RelativeTo.World = 1 } |
enum | WorldAxis { WorldAxis.PositiveX = 0, WorldAxis.NegativeX = 1, WorldAxis.PositiveY = 2, WorldAxis.NegativeY = 3, WorldAxis.PositiveZ = 4, WorldAxis.NegativeZ = 5 } |
enum | HandAxis { HandAxis.Pronation = 0, HandAxis.Supination = 1, HandAxis.RadialDeviation = 2, HandAxis.UlnarDeviation = 3, HandAxis.Extension = 4, HandAxis.Flexion = 5 } |
Hand[Get] | |
bool | Active[Get] |
IReadOnlyList< JointRotationFeatureConfig > | FeatureConfigs[Get] |
IReadOnlyDictionary< JointRotationFeatureConfig, JointRotationFeatureState > | FeatureStates[Get] |
bool | _started[Get] |
void | SetTimeProvider ( Func< float > timeProvider ) Sets a function that returns the current time in seconds. |
void | InjectAllJointRotationActiveState ( JointRotationFeatureConfigList featureConfigs, IHand hand, IJointDeltaProvider jointDeltaProvider ) |
void | InjectFeatureConfigList ( JointRotationFeatureConfigList featureConfigs ) |
void | InjectHand ( IHand hand ) |
void | InjectJointDeltaProvider ( IJointDeltaProvider jointDeltaProvider ) |
void | InjectOptionalTimeProvider ( Func< float > timeProvider ) |
Hand | = 0 |
World | = 1 |
PositiveX | = 0 |
NegativeX | = 1 |
PositiveY | = 2 |
NegativeY | = 3 |
PositiveZ | = 4 |
NegativeZ | = 5 |
Pronation | = 0 |
Supination | = 1 |
RadialDeviation | = 2 |
UlnarDeviation | = 3 |
Extension | = 4 |
Flexion | = 5 |
IHand Oculus.Interaction.PoseDetection.JointRotationActiveState.Hand |
---|
No description available.
|
bool Oculus.Interaction.PoseDetection.JointRotationActiveState.Active |
---|
No description available.
|
IReadOnlyList<JointRotationFeatureConfig> Oculus.Interaction.PoseDetection.JointRotationActiveState.FeatureConfigs |
---|
No description available.
|
IReadOnlyDictionary<JointRotationFeatureConfig, JointRotationFeatureState> Oculus.Interaction.PoseDetection.JointRotationActiveState.FeatureStates |
---|
No description available.
|
bool Oculus.Interaction.PoseDetection.JointRotationActiveState._started |
---|
No description available.
|
void Oculus.Interaction.PoseDetection.JointRotationActiveState.SetTimeProvider ( Func< float > timeProvider ) |
---|
Sets a function that returns the current time in seconds. |
void Oculus.Interaction.PoseDetection.JointRotationActiveState.InjectAllJointRotationActiveState ( JointRotationFeatureConfigList featureConfigs, IHand hand, IJointDeltaProvider jointDeltaProvider ) |
---|
No description available.
|
void Oculus.Interaction.PoseDetection.JointRotationActiveState.InjectFeatureConfigList ( JointRotationFeatureConfigList featureConfigs ) |
---|
No description available.
|
void Oculus.Interaction.PoseDetection.JointRotationActiveState.InjectHand ( IHand hand ) |
---|
No description available.
|
void Oculus.Interaction.PoseDetection.JointRotationActiveState.InjectJointDeltaProvider ( IJointDeltaProvider jointDeltaProvider ) |
---|
No description available.
|
void Oculus.Interaction.PoseDetection.JointRotationActiveState.InjectOptionalTimeProvider ( Func< float > timeProvider ) |
---|
No description available.
|
virtual void Oculus.Interaction.PoseDetection.JointRotationActiveState.Awake ( ) |
---|
No description available.
|
virtual void Oculus.Interaction.PoseDetection.JointRotationActiveState.Start ( ) |
---|
No description available.
|
virtual void Oculus.Interaction.PoseDetection.JointRotationActiveState.Update ( ) |
---|
No description available.
|
virtual void Oculus.Interaction.PoseDetection.JointRotationActiveState.OnEnable ( ) |
---|
No description available.
|
virtual void Oculus.Interaction.PoseDetection.JointRotationActiveState.OnDisable ( ) |
---|
No description available.
|