enum | TranslationType { TranslationType.None , TranslationType.Velocity , TranslationType.Absolute , TranslationType.AbsoluteEyeLevel , TranslationType.Relative } |
enum | RotationType { } |
int | Identifier[Get] |
Pose | Pose[Get] |
TranslationType | Translation[Get] |
RotationType | Rotation[Get] |
LocomotionEvent ( int identifier, Pose pose, TranslationType translationType, RotationType rotationType ) | |
None | |
Velocity | |
Absolute | |
AbsoluteEyeLevel | |
Relative |
None | |
Velocity | |
Absolute | |
Relative |
int Oculus.Interaction.Locomotion.LocomotionEvent.Identifier |
---|
No description available.
|
Pose Oculus.Interaction.Locomotion.LocomotionEvent.Pose |
---|
No description available.
|
TranslationType Oculus.Interaction.Locomotion.LocomotionEvent.Translation |
---|
No description available.
|
RotationType Oculus.Interaction.Locomotion.LocomotionEvent.Rotation |
---|
No description available.
|
Oculus.Interaction.Locomotion.LocomotionEvent.LocomotionEvent ( int identifier, Pose pose, TranslationType translationType, RotationType rotationType ) |
---|
No description available.
|
Oculus.Interaction.Locomotion.LocomotionEvent.LocomotionEvent ( int identifier, Vector3 position, TranslationType translationType ) |
---|
No description available.
|
Oculus.Interaction.Locomotion.LocomotionEvent.LocomotionEvent ( int identifier, Quaternion rotation, RotationType rotationType ) |
---|
No description available.
|