bool | _started[Get] |
void | SetTimeProvider ( Func< float > timeProvider ) Sets a function that returns the current time in seconds. |
void | RegisterConfig ( TransformConfig transformConfig ) |
void | UnRegisterConfig ( TransformConfig transformConfig ) |
bool | IsHandDataValid ( ) |
bool | IsStateActive ( TransformConfig config, TransformFeature feature, FeatureStateActiveMode mode, string stateId ) |
bool | GetCurrentState ( TransformConfig config, TransformFeature transformFeature, out string currentState ) |
float? | Returns the current value of the feature. |
void | GetFeatureVectorAndWristPos ( TransformConfig config, TransformFeature transformFeature, bool isHandVector, ref Vector3? featureVec, ref Vector3? wristPos ) |
void | |
void | InjectHand ( IHand hand ) |
void | |
void | InjectDisableProactiveEvaluation ( bool disabled ) |
void | InjectOptionalTimeProvider ( Func< float > timeProvider ) |
| IHand Oculus.Interaction.PoseDetection.TransformFeatureStateProvider.Hand |
|---|
No description available.
|
| IHmd Oculus.Interaction.PoseDetection.TransformFeatureStateProvider.Hmd |
|---|
No description available.
|
| ITrackingToWorldTransformer Oculus.Interaction.PoseDetection.TransformFeatureStateProvider.TrackingToWorldTransformer |
|---|
No description available.
|
| bool Oculus.Interaction.PoseDetection.TransformFeatureStateProvider._started |
|---|
No description available.
|
| void Oculus.Interaction.PoseDetection.TransformFeatureStateProvider.SetTimeProvider ( Func< float > timeProvider ) |
|---|
Sets a function that returns the current time in seconds. |
| void Oculus.Interaction.PoseDetection.TransformFeatureStateProvider.RegisterConfig ( TransformConfig transformConfig ) |
|---|
No description available.
|
| void Oculus.Interaction.PoseDetection.TransformFeatureStateProvider.UnRegisterConfig ( TransformConfig transformConfig ) |
|---|
No description available.
|
| bool Oculus.Interaction.PoseDetection.TransformFeatureStateProvider.IsHandDataValid ( ) |
|---|
No description available.
|
| bool Oculus.Interaction.PoseDetection.TransformFeatureStateProvider.IsStateActive ( TransformConfig config, TransformFeature feature, FeatureStateActiveMode mode, string stateId ) |
|---|
No description available.
|
| bool Oculus.Interaction.PoseDetection.TransformFeatureStateProvider.GetCurrentState ( TransformConfig config, TransformFeature transformFeature, out string currentState ) |
|---|
No description available.
|
| float? Oculus.Interaction.PoseDetection.TransformFeatureStateProvider.GetFeatureValue ( TransformConfig config, TransformFeature transformFeature ) |
|---|
Returns the current value of the feature. If the hand joints are not populated with valid data (for instance, due to a disconnected hand), the method will return null; |
| void Oculus.Interaction.PoseDetection.TransformFeatureStateProvider.GetFeatureVectorAndWristPos ( TransformConfig config, TransformFeature transformFeature, bool isHandVector, ref Vector3? featureVec, ref Vector3? wristPos ) |
|---|
No description available.
|
| void Oculus.Interaction.PoseDetection.TransformFeatureStateProvider.InjectAllTransformFeatureStateProvider ( IHand hand, IHmd hmd, bool disableProactiveEvaluation ) |
|---|
No description available.
|
| void Oculus.Interaction.PoseDetection.TransformFeatureStateProvider.InjectHand ( IHand hand ) |
|---|
No description available.
|
| void Oculus.Interaction.PoseDetection.TransformFeatureStateProvider.InjectHmd ( IHmd hand ) |
|---|
No description available.
|
| void Oculus.Interaction.PoseDetection.TransformFeatureStateProvider.InjectDisableProactiveEvaluation ( bool disabled ) |
|---|
No description available.
|
| void Oculus.Interaction.PoseDetection.TransformFeatureStateProvider.InjectOptionalTimeProvider ( Func< float > timeProvider ) |
|---|
No description available.
|
| virtual void Oculus.Interaction.PoseDetection.TransformFeatureStateProvider.Awake ( ) |
|---|
No description available.
|
| virtual void Oculus.Interaction.PoseDetection.TransformFeatureStateProvider.Start ( ) |
|---|
No description available.
|
| virtual void Oculus.Interaction.PoseDetection.TransformFeatureStateProvider.OnEnable ( ) |
|---|
No description available.
|
| virtual void Oculus.Interaction.PoseDetection.TransformFeatureStateProvider.OnDisable ( ) |
|---|
No description available.
|