enum | TurnMode { } |
Interactor[Get] | |
Axis[Get] | |
TurnMode | TurnMethod[Get] Snap turn fires once during Select, while Smooth fires continuously during Select. |
float | SnapTurnDegrees[Get] Degrees to instantly turn when in Snap turn mode. |
AnimationCurve | SmoothTurnCurve[Get] Degrees to continuously rotate during selection when in Smooth turn mode, it is remapped from the Axis value. |
bool | FireSnapOnUnselect[Get] When enabled, snap turn happens on unselect. |
int | Identifier[Get] |
Action< LocomotionEvent > |
bool | _started[Get] |
void | |
void | InjectInteractor ( IInteractor interactor ) |
void | InjectAxis ( IAxis1D axis ) |
Snap | |
Smooth |
IInteractor Oculus.Interaction.Locomotion.TurnerEventBroadcaster.Interactor |
---|
No description available.
|
IAxis1D Oculus.Interaction.Locomotion.TurnerEventBroadcaster.Axis |
---|
No description available.
|
TurnMode Oculus.Interaction.Locomotion.TurnerEventBroadcaster.TurnMethod |
---|
Snap turn fires once during Select, while Smooth fires continuously during Select. |
float Oculus.Interaction.Locomotion.TurnerEventBroadcaster.SnapTurnDegrees |
---|
Degrees to instantly turn when in Snap turn mode. Note the direction is provided by the axis |
AnimationCurve Oculus.Interaction.Locomotion.TurnerEventBroadcaster.SmoothTurnCurve |
---|
Degrees to continuously rotate during selection when in Smooth turn mode, it is remapped from the Axis value. |
bool Oculus.Interaction.Locomotion.TurnerEventBroadcaster.FireSnapOnUnselect |
---|
When enabled, snap turn happens on unselect. If false it happens on select |
int Oculus.Interaction.Locomotion.TurnerEventBroadcaster.Identifier |
---|
No description available.
|
Action<LocomotionEvent> Oculus.Interaction.Locomotion.TurnerEventBroadcaster.WhenLocomotionPerformed |
---|
No description available.
|
bool Oculus.Interaction.Locomotion.TurnerEventBroadcaster._started |
---|
No description available.
|
virtual void Oculus.Interaction.Locomotion.TurnerEventBroadcaster.Awake ( ) |
---|
No description available.
|
virtual void Oculus.Interaction.Locomotion.TurnerEventBroadcaster.Start ( ) |
---|
No description available.
|
virtual void Oculus.Interaction.Locomotion.TurnerEventBroadcaster.OnEnable ( ) |
---|
No description available.
|
virtual void Oculus.Interaction.Locomotion.TurnerEventBroadcaster.OnDisable ( ) |
---|
No description available.
|
void Oculus.Interaction.Locomotion.TurnerEventBroadcaster.InjectAllTurnerEventBroadcaster ( IInteractor interactor, IAxis1D axis ) |
---|
No description available.
|
void Oculus.Interaction.Locomotion.TurnerEventBroadcaster.InjectInteractor ( IInteractor interactor ) |
---|
No description available.
|
void Oculus.Interaction.Locomotion.TurnerEventBroadcaster.InjectAxis ( IAxis1D axis ) |
---|
No description available.
|