C# Class SceneKitSessionWWDC2013.SlideMaterialLayer

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

Private Properties

Property Type Description
ConfigurePlayer AVPlayerLayer
PlayerItemDidReachEnd void

Public Methods

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

Private Methods

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

WillOrderOut() public method

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