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

readonly Sizei OVRPlugin.Sizei.zero = new Sizei { w = 0, h = 0 }
static

The documentation for this struct was generated from the following file: