C# Class SceneKitSessionWWDC2013.AppDelegate

Inheritance: NSApplicationDelegate, IPresentation
Afficher le fichier Open project: xamarin/mac-samples

Private Properties

Свойство Type Description
NextSlide void
PreviousSlide void
ToogleCursor void

Méthodes publiques

Méthode Description
GoTo ( object sender, EventArgs e ) : void
PopulateGoMenu ( ) : void
WillFinishLaunching ( NSNotification notification ) : void
WillPresentSlide ( int slideIndex, int step ) : void

Private Methods

Méthode Description
NextSlide ( NSObject sender ) : void
PreviousSlide ( NSObject sender ) : void
ToogleCursor ( NSObject sender ) : void

Method Details

GoTo() public méthode

public GoTo ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

PopulateGoMenu() public méthode

public PopulateGoMenu ( ) : void
Résultat void

WillFinishLaunching() public méthode

public WillFinishLaunching ( NSNotification notification ) : void
notification NSNotification
Résultat void

WillPresentSlide() public méthode

public WillPresentSlide ( int slideIndex, int step ) : void
slideIndex int
step int
Résultat void