C# Class SceneKitSessionWWDC2013.SlideLOD

Inheritance: Slide
Afficher le fichier Open project: xamarin/mac-samples

Méthodes publiques

Méthode Description
NumberOfSteps ( ) : int
PresentStep ( int index, PresentationViewController presentationViewController ) : void
SetupSlide ( PresentationViewController presentationViewController ) : void
WillOrderOut ( PresentationViewController presentationViewController ) : void

Private Methods

Méthode Description
AddNumberNode ( string numberString, float x ) : SCNNode
AddTeapot ( int index, float x, SCNNode parent ) : SCNNode
RemoveNumberNodes ( ) : void

Method Details

NumberOfSteps() public méthode

public NumberOfSteps ( ) : int
Résultat int

PresentStep() public méthode

public PresentStep ( int index, PresentationViewController presentationViewController ) : void
index int
presentationViewController PresentationViewController
Résultat void

SetupSlide() public méthode

public SetupSlide ( PresentationViewController presentationViewController ) : void
presentationViewController PresentationViewController
Résultat void

WillOrderOut() public méthode

public WillOrderOut ( PresentationViewController presentationViewController ) : void
presentationViewController PresentationViewController
Résultat void