Ejemplo n.º 1
0
 public float border;  // Distance from bottom of the glasses to the bottom edge of screen.
 public void UpdateProfile()
 {
     MojingLog.LogTrace("Screen size old: " + width + " x " + height);
     MojingSDK.Unity_GetScreenSize(ref width, ref height);
     MojingLog.LogTrace("Screen size new: " + width + " x " + height);
     border = 0;
 }