C# Class SceneKitSessionWWDC2013.SlideLOD

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

Public Methods

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

Private Methods

Method Description
AddNumberNode ( string numberString, float x ) : SCNNode
AddTeapot ( int index, float x, SCNNode parent ) : SCNNode
RemoveNumberNodes ( ) : 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