C# 클래스 SceneKitSessionWWDC2013.SlideMaterialLayer

상속: Slide
파일 보기 프로젝트 열기: xamarin/mac-samples

Private Properties

프로퍼티 타입 설명
ConfigurePlayer AVPlayerLayer
PlayerItemDidReachEnd void

공개 메소드들

메소드 설명
NumberOfSteps ( ) : int
PresentStep ( int index, PresentationViewController presentationViewController ) : void
WillOrderOut ( PresentationViewController presentationViewController ) : void

비공개 메소드들

메소드 설명
ConfigurePlayer ( string movieName, string hostingNodeName ) : AVPlayerLayer
PlayerItemDidReachEnd ( NSNotification notification ) : void

메소드 상세

NumberOfSteps() 공개 메소드

public NumberOfSteps ( ) : int
리턴 int

PresentStep() 공개 메소드

public PresentStep ( int index, PresentationViewController presentationViewController ) : void
index int
presentationViewController PresentationViewController
리턴 void

WillOrderOut() 공개 메소드

public WillOrderOut ( PresentationViewController presentationViewController ) : void
presentationViewController PresentationViewController
리턴 void