C# Class RenderTextureExample.iOS.ViewController

Afficher le fichier Open project: xamarin/mobile-samples

Private Properties

Свойство Type Description
ReleaseDesignerOutlets void

Méthodes publiques

Méthode Description
DidReceiveMemoryWarning ( ) : void
LoadGame ( object sender, EventArgs e ) : void
ViewController ( IntPtr handle ) : System
ViewDidAppear ( bool animated ) : void
ViewDidLoad ( ) : void
ViewWillDisappear ( bool animated ) : void

Private Methods

Méthode Description
ReleaseDesignerOutlets ( ) : void

Method Details

DidReceiveMemoryWarning() public méthode

public DidReceiveMemoryWarning ( ) : void
Résultat void

LoadGame() public méthode

public LoadGame ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

ViewController() public méthode

public ViewController ( IntPtr handle ) : System
handle IntPtr
Résultat System

ViewDidAppear() public méthode

public ViewDidAppear ( bool animated ) : void
animated bool
Résultat void

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void

ViewWillDisappear() public méthode

public ViewWillDisappear ( bool animated ) : void
animated bool
Résultat void