Transformer[Get] Transformer is required so calculations can be done in Tracking space. |
float | DragThresold[Get] Offset from the center point at which the pointer will be dragged. |
Pose | MidPoint[Get] Center point where the Axis value is 0. |
Pose | Origin[Get] Point of the actual origin in world space. |
Action< float > | Event broadcasted when the Axis changes sign. |
override bool | ShouldHover[Get] |
override bool | ShouldUnhover[Get] |
override void | Awake ( ) |
override void | Start ( ) |
override void | HandleEnabled ( ) |
override void | DoHoverUpdate ( ) |
override void | DoSelectUpdate ( ) |
override LocomotionTurnerInteractable | ComputeCandidate ( ) |
float | Value ( ) Axis value of the interactor, between -1 and 1 where a negative number indicates a left turn and a positive value a right turn. |
void | InjectAllLocomotionTurnerInteractor ( Transform origin, ISelector selector, Transform stabilizationPoint, ITrackingToWorldTransformer transformer ) |
void | InjectOrigin ( Transform origin ) |
void | InjectSelector ( ISelector selector ) |
void | InjectStabilizationPoint ( Transform stabilizationPoint ) |
void | InjectTransformer ( ITrackingToWorldTransformer transformer ) |
| ITrackingToWorldTransformer Oculus.Interaction.Locomotion.LocomotionTurnerInteractor.Transformer |
|---|
Transformer is required so calculations can be done in Tracking space. |
| float Oculus.Interaction.Locomotion.LocomotionTurnerInteractor.DragThresold |
|---|
Offset from the center point at which the pointer will be dragged. |
| Pose Oculus.Interaction.Locomotion.LocomotionTurnerInteractor.MidPoint |
|---|
Center point where the Axis value is 0. |
| Pose Oculus.Interaction.Locomotion.LocomotionTurnerInteractor.Origin |
|---|
Point of the actual origin in world space. The offset from Origin to MidPoint indicates the Axis value. |
| Action<float> Oculus.Interaction.Locomotion.LocomotionTurnerInteractor.WhenTurnDirectionChanged |
|---|
Event broadcasted when the Axis changes sign. |
| override bool Oculus.Interaction.Locomotion.LocomotionTurnerInteractor.ShouldHover |
|---|
No description available.
|
| override bool Oculus.Interaction.Locomotion.LocomotionTurnerInteractor.ShouldUnhover |
|---|
No description available.
|
| override void Oculus.Interaction.Locomotion.LocomotionTurnerInteractor.Awake ( ) |
|---|
No description available.
|
| override void Oculus.Interaction.Locomotion.LocomotionTurnerInteractor.Start ( ) |
|---|
No description available.
|
| override void Oculus.Interaction.Locomotion.LocomotionTurnerInteractor.HandleEnabled ( ) |
|---|
No description available.
|
| override void Oculus.Interaction.Locomotion.LocomotionTurnerInteractor.DoHoverUpdate ( ) |
|---|
No description available.
|
| override void Oculus.Interaction.Locomotion.LocomotionTurnerInteractor.DoSelectUpdate ( ) |
|---|
No description available.
|
| override LocomotionTurnerInteractable Oculus.Interaction.Locomotion.LocomotionTurnerInteractor.ComputeCandidate ( ) |
|---|
No description available.
|
| float Oculus.Interaction.Locomotion.LocomotionTurnerInteractor.Value ( ) |
|---|
Axis value of the interactor, between -1 and 1 where a negative number indicates a left turn and a positive value a right turn. Returns A value between -1 and 1 |
| void Oculus.Interaction.Locomotion.LocomotionTurnerInteractor.InjectAllLocomotionTurnerInteractor ( Transform origin, ISelector selector, Transform stabilizationPoint, ITrackingToWorldTransformer transformer ) |
|---|
No description available.
|
| void Oculus.Interaction.Locomotion.LocomotionTurnerInteractor.InjectOrigin ( Transform origin ) |
|---|
No description available.
|
| void Oculus.Interaction.Locomotion.LocomotionTurnerInteractor.InjectSelector ( ISelector selector ) |
|---|
No description available.
|
| void Oculus.Interaction.Locomotion.LocomotionTurnerInteractor.InjectStabilizationPoint ( Transform stabilizationPoint ) |
|---|
No description available.
|
| void Oculus.Interaction.Locomotion.LocomotionTurnerInteractor.InjectTransformer ( ITrackingToWorldTransformer transformer ) |
|---|
No description available.
|