OVRPlugin.Sizei Struct Reference
Inheritance diagram for OVRPlugin.Sizei:
Public Member Functions | |
| bool | Equals (Sizei other) |
| override bool | Equals (object obj) |
| override int | GetHashCode () |
Public Attributes | |
| int | w |
| int | h |
Static Public Attributes | |
| static readonly Sizei | zero = new Sizei { w = 0, h = 0 } |
Member Function Documentation
◆ Equals() [1/2]
| bool OVRPlugin.Sizei.Equals | ( | Sizei | other | ) |
◆ Equals() [2/2]
| override bool OVRPlugin.Sizei.Equals | ( | object | obj | ) |
◆ GetHashCode()
| override int OVRPlugin.Sizei.GetHashCode | ( | ) |
Member Data Documentation
◆ h
| int OVRPlugin.Sizei.h |
◆ w
| int OVRPlugin.Sizei.w |
◆ zero
The documentation for this struct was generated from the following file:
- Oculus/VR/Scripts/OVRPlugin.cs
1.8.13