C# Class SceneKitSessionWWDC2013.SlideCoreImage

Inheritance: Slide
Show file Open project: xamarin/mac-samples

Private Properties

Property Type Description
BuildImageGrid void
HighlightContact void
UnhighlightContact void

Public Methods

Method Description
NumberOfSteps ( ) : int
PresentStep ( int switchIndex, PresentationViewController presentationViewController ) : void
SetupSlide ( PresentationViewController presentationViewController ) : void

Private Methods

Method Description
BuildImageGrid ( ) : void
HighlightContact ( int index, PresentationViewController presentationViewController ) : void
UnhighlightContact ( int index ) : void

Method Details

NumberOfSteps() public method

public NumberOfSteps ( ) : int
return int

PresentStep() public method

public PresentStep ( int switchIndex, PresentationViewController presentationViewController ) : void
switchIndex int
presentationViewController PresentationViewController
return void

SetupSlide() public method

public SetupSlide ( PresentationViewController presentationViewController ) : void
presentationViewController PresentationViewController
return void