Example #1
0
 public static bool ShowUI(PlatformUI ui)
 {
     return(OVRP_1_1_0.ovrp_ShowSystemUI(ui) == Bool.True);
 }
Example #2
0
 public static extern Bool ovrp_ShowSystemUI(PlatformUI ui);
Example #3
0
		public static extern Bool ovrp_ShowUI(PlatformUI ui);
Example #4
0
	public static bool ShowUI(PlatformUI ui) { return OVRP_0_1_0.ovrp_ShowUI(ui) == Bool.True; }
Example #5
0
 public static extern Bool ShowUI(PlatformUI ui);
Example #6
0
 public static bool ShowUI(PlatformUI ui)
 {
     return(OVRP0100.ovrp_ShowUI(ui) == Bool.True);
 }