C# Class Urho.Samples.UWP.MainPage

An empty page that can be used on its own or navigated to within a Frame.
Inheritance: Windows.UI.Xaml.Controls.Page
Show file Open project: xamarin/urho-samples

Public Methods

Method Description
MainPage ( ) : System
RunGame ( TypeInfo value ) : void

Method Details

MainPage() public method

public MainPage ( ) : System
return System

RunGame() public method

public RunGame ( TypeInfo value ) : void
value TypeInfo
return void