Exemple #1
0
	// Define and set an event delegate if to handle System Activities events (for instance,
	// an app might handle the "reorient" event if it needs to reposition menus when the 
	// user selects Reorient in Activities. The eventData will be a JSON string.
	public static void SetVrApiEventDelegate( VrApiEventDelegate d )
	{
		OnVrApiEvent = d;
	}
 // Define and set an event delegate if to handle System Activities events (for instance,
 // an app might handle the "reorient" event if it needs to reposition menus when the
 // user selects Reorient in Activities. The eventData will be a JSON string.
 public static void SetVrApiEventDelegate(VrApiEventDelegate d)
 {
     OnVrApiEvent = d;
 }