public override void Initialize() { game = new Vuforia.Game(); game.Initialize(this); this.Window.AddFlags(WindowManagerFlags.KeepScreenOn); }
public override void Initialize() { base.Initialize(); this.displayRequest = new DisplayRequest(); this.displayRequest.RequestActive(); game = new Vuforia.Game(); game.Initialize(this); }