OVRPlugin.Vector3f Struct Reference
Public Member Functions | |
| override string | ToString () |
Public Attributes | |
| float | x |
| float | y |
| float | z |
Static Public Attributes | |
| static readonly Vector3f | zero = new Vector3f { x = 0.0f, y = 0.0f, z = 0.0f } |
Member Function Documentation
◆ ToString()
| override string OVRPlugin.Vector3f.ToString | ( | ) |
Member Data Documentation
◆ x
| float OVRPlugin.Vector3f.x |
◆ y
| float OVRPlugin.Vector3f.y |
◆ z
| float OVRPlugin.Vector3f.z |
◆ zero
The documentation for this struct was generated from the following file:
- Oculus/VR/Scripts/OVRPlugin.cs
1.8.13