C# Class SceneKitSessionWWDC2013.SlideDelegateRendering

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

Private Properties

Property Type Description

Public Methods

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

Method Details

NumberOfSteps() public method

public NumberOfSteps ( ) : int
return int

PresentStep() public method

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

SetupSlide() public method

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

WillOrderOut() public method

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