int | PrevDataIndex[Get] |
bool | _started[Get] |
bool | Get the delta position between the previous pose and current pose. |
bool | Get the delta rotation between the previous pose and current pose. |
bool | Get the previous frame's pose. |
void | RegisterConfig ( JointDeltaConfig config ) |
void | UnRegisterConfig ( JointDeltaConfig config ) |
int Oculus.Interaction.PoseDetection.JointDeltaProvider.PrevDataIndex |
---|
No description available.
|
bool Oculus.Interaction.PoseDetection.JointDeltaProvider._started |
---|
No description available.
|
bool Oculus.Interaction.PoseDetection.JointDeltaProvider.GetPositionDelta ( HandJointId joint, out Vector3 delta ) |
---|
Get the delta position between the previous pose and current pose. Parameters joint The joint for which to retrieve data deltaThe position delta between poses in world space Returns True if data available |
bool Oculus.Interaction.PoseDetection.JointDeltaProvider.GetRotationDelta ( HandJointId joint, out Quaternion delta ) |
---|
Get the delta rotation between the previous pose and current pose. Parameters joint The joint for which to retrieve data deltaThe rotation delta between poses in world space Returns True if data available |
bool Oculus.Interaction.PoseDetection.JointDeltaProvider.GetPrevJointPose ( HandJointId joint, out Pose pose ) |
---|
Get the previous frame's pose. Parameters joint The joint for which to retrieve data poseThe previous pose Returns True if data available |
void Oculus.Interaction.PoseDetection.JointDeltaProvider.RegisterConfig ( JointDeltaConfig config ) |
---|
No description available.
|
void Oculus.Interaction.PoseDetection.JointDeltaProvider.UnRegisterConfig ( JointDeltaConfig config ) |
---|
No description available.
|
virtual void Oculus.Interaction.PoseDetection.JointDeltaProvider.Awake ( ) |
---|
No description available.
|
virtual void Oculus.Interaction.PoseDetection.JointDeltaProvider.Start ( ) |
---|
No description available.
|
virtual void Oculus.Interaction.PoseDetection.JointDeltaProvider.OnEnable ( ) |
---|
No description available.
|
virtual void Oculus.Interaction.PoseDetection.JointDeltaProvider.OnDisable ( ) |
---|
No description available.
|