OVRPlugin.PoseStatef Struct Reference
Public Attributes | |
| Posef | Pose |
| Vector3f | Velocity |
| Vector3f | Acceleration |
| Vector3f | AngularVelocity |
| Vector3f | AngularAcceleration |
| double | Time |
Static Public Attributes | |
| static readonly PoseStatef | identity |
Member Data Documentation
◆ Acceleration
| Vector3f OVRPlugin.PoseStatef.Acceleration |
◆ AngularAcceleration
| Vector3f OVRPlugin.PoseStatef.AngularAcceleration |
◆ AngularVelocity
| Vector3f OVRPlugin.PoseStatef.AngularVelocity |
◆ identity
|
static |
Initial value:
= new PoseStatef
{
Acceleration = Vector3f.zero,
AngularVelocity = Vector3f.zero,
AngularAcceleration = Vector3f.zero
}
◆ Pose
| Posef OVRPlugin.PoseStatef.Pose |
◆ Time
| double OVRPlugin.PoseStatef.Time |
◆ Velocity
| Vector3f OVRPlugin.PoseStatef.Velocity |
The documentation for this struct was generated from the following file:
- Oculus/VR/Scripts/OVRPlugin.cs
1.8.13