float | MinTimeInState[Get] |
IReadOnlyDictionary< JointComparerConfig, BodyPoseComparerFeatureState > | FeatureStates[Get] |
bool | Active[Get] |
void | SetTimeProvider ( Func< float > timeProvider ) Sets a function that returns the current time in seconds. |
void | InjectAllBodyPoseComparerActiveState ( IBodyPose poseA, IBodyPose poseB, IEnumerable< JointComparerConfig > configs ) |
void | InjectPoseA ( IBodyPose poseA ) |
void | InjectPoseB ( IBodyPose poseB ) |
void | InjectJoints ( IEnumerable< JointComparerConfig > configs ) |
void | InjectOptionalTimeProvider ( Func< float > timeProvider ) |
float Oculus.Interaction.Body.PoseDetection.BodyPoseComparerActiveState.MinTimeInState |
---|
No description available.
|
IReadOnlyDictionary<JointComparerConfig, BodyPoseComparerFeatureState> Oculus.Interaction.Body.PoseDetection.BodyPoseComparerActiveState.FeatureStates |
---|
No description available.
|
bool Oculus.Interaction.Body.PoseDetection.BodyPoseComparerActiveState.Active |
---|
No description available.
|
void Oculus.Interaction.Body.PoseDetection.BodyPoseComparerActiveState.SetTimeProvider ( Func< float > timeProvider ) |
---|
Sets a function that returns the current time in seconds. |
void Oculus.Interaction.Body.PoseDetection.BodyPoseComparerActiveState.InjectAllBodyPoseComparerActiveState ( IBodyPose poseA, IBodyPose poseB, IEnumerable< JointComparerConfig > configs ) |
---|
No description available.
|
void Oculus.Interaction.Body.PoseDetection.BodyPoseComparerActiveState.InjectPoseA ( IBodyPose poseA ) |
---|
No description available.
|
void Oculus.Interaction.Body.PoseDetection.BodyPoseComparerActiveState.InjectPoseB ( IBodyPose poseB ) |
---|
No description available.
|
void Oculus.Interaction.Body.PoseDetection.BodyPoseComparerActiveState.InjectJoints ( IEnumerable< JointComparerConfig > configs ) |
---|
No description available.
|
void Oculus.Interaction.Body.PoseDetection.BodyPoseComparerActiveState.InjectOptionalTimeProvider ( Func< float > timeProvider ) |
---|
No description available.
|
virtual void Oculus.Interaction.Body.PoseDetection.BodyPoseComparerActiveState.Awake ( ) |
---|
No description available.
|
virtual void Oculus.Interaction.Body.PoseDetection.BodyPoseComparerActiveState.Start ( ) |
---|
No description available.
|