API reference
API reference
Select your platform
No SDKs available
No versions available

LocomotionEvent Struct

Constructors

LocomotionEvent ( identifier , pose , translationType , rotationType )
Signature
Oculus.Interaction.Locomotion.LocomotionEvent.LocomotionEvent(int identifier, Pose pose, TranslationType translationType, RotationType rotationType)
Parameters
identifier: int
pose: Pose
translationType: TranslationType
rotationType: RotationType
LocomotionEvent ( identifier , position , translationType )
Signature
Oculus.Interaction.Locomotion.LocomotionEvent.LocomotionEvent(int identifier, Vector3 position, TranslationType translationType)
Parameters
identifier: int
position: Vector3
translationType: TranslationType
LocomotionEvent ( identifier , rotation , rotationType )
Signature
Oculus.Interaction.Locomotion.LocomotionEvent.LocomotionEvent(int identifier, Quaternion rotation, RotationType rotationType)
Parameters
identifier: int
rotation: Quaternion
rotationType: RotationType

Properties

Identifier : int
[Get]
Signature
int Oculus.Interaction.Locomotion.LocomotionEvent.Identifier
Pose : Pose
[Get]
Signature
Pose Oculus.Interaction.Locomotion.LocomotionEvent.Pose
Rotation : RotationType
[Get]
Signature
RotationType Oculus.Interaction.Locomotion.LocomotionEvent.Rotation
Translation : TranslationType
[Get]
Signature
TranslationType Oculus.Interaction.Locomotion.LocomotionEvent.Translation

Inner Enums

TranslationType Enum

Enumeration Constants

Member
None
Velocity
Absolute
AbsoluteEyeLevel
Relative

RotationType Enum

Enumeration Constants

Member
None
Velocity
Absolute
Relative