C# Class SceneKitSessionWWDC2013.SlideMaterialLayer

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

Private Properties

Свойство Type Description
ConfigurePlayer AVPlayerLayer
PlayerItemDidReachEnd void

Méthodes publiques

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

Private Methods

Méthode Description
ConfigurePlayer ( string movieName, string hostingNodeName ) : AVPlayerLayer
PlayerItemDidReachEnd ( NSNotification notification ) : 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

WillOrderOut() public méthode

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