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