Esempio n. 1
0
 public static bool SetDesiredEyeTextureFormat(EyeTextureFormat value)
 {
     if (version >= OVRP_1_11_0.version)
     {
         return(OVRP_1_11_0.ovrp_SetDesiredEyeTextureFormat(value) == OVRPlugin.Bool.True);
     }
     else
     {
         return(false);
     }
 }
Esempio n. 2
0
 public static extern Bool ovrp_SetDesiredEyeTextureFormat(EyeTextureFormat value);