C# Class SceneKitSessionWWDC2013.AppDelegate

Inheritance: NSApplicationDelegate, IPresentation
ファイルを表示 Open project: xamarin/mac-samples

Private Properties

Property Type Description
NextSlide void
PreviousSlide void
ToogleCursor void

Public Methods

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

Private Methods

Method Description
NextSlide ( NSObject sender ) : void
PreviousSlide ( NSObject sender ) : void
ToogleCursor ( NSObject sender ) : void

Method Details

GoTo() public method

public GoTo ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

PopulateGoMenu() public method

public PopulateGoMenu ( ) : void
return void

WillFinishLaunching() public method

public WillFinishLaunching ( NSNotification notification ) : void
notification NSNotification
return void

WillPresentSlide() public method

public WillPresentSlide ( int slideIndex, int step ) : void
slideIndex int
step int
return void