C# Class SceneKitSessionWWDC2013.PresentationViewController

Inheritance: NSViewController
ファイルを表示 Open project: xamarin/mac-samples Class Usage Examples

Private Properties

Property Type Description
DidOrderInSlide void
GetLightHueForSlide float
GetLightSaturationForSlide float
GetSlide Slide
GoToSlideStep void
PrepareSlide void
UpdateFloorImage void
UpdateLightingForSlide void
WillOrderOutSlide void

Public Methods

Method Description
ClassOfSlide ( int slideIndex ) : Type
EnableShadows ( bool castsShadows ) : void
GoToNextSlideStep ( ) : void
GoToPreviousSlide ( ) : void
GoToSlide ( int slideIndex ) : void
InitLighting ( ) : void
NarrowSpotlight ( bool narrow ) : void
PresentationViewController ( string path ) : System
RiseMainLight ( bool rise ) : void
ShowsNewInSceneKitBadge ( bool showsBadge ) : void
UpdateLightingWithIntensities ( float intensities ) : void

Private Methods

Method Description
DidOrderInSlide ( int slideIndex ) : void
GetLightHueForSlide ( int index ) : float
GetLightSaturationForSlide ( int index ) : float
GetSlide ( int slideIndex, bool loadIfNeeded ) : Slide
GoToSlideStep ( int index ) : void
PrepareSlide ( int slideIndex ) : void
UpdateFloorImage ( NSImage image, Slide slide ) : void
UpdateLightingForSlide ( int slideIndex ) : void
WillOrderOutSlide ( int slideIndex ) : void

Method Details

ClassOfSlide() public method

public ClassOfSlide ( int slideIndex ) : Type
slideIndex int
return System.Type

EnableShadows() public method

public EnableShadows ( bool castsShadows ) : void
castsShadows bool
return void

GoToNextSlideStep() public method

public GoToNextSlideStep ( ) : void
return void

GoToPreviousSlide() public method

public GoToPreviousSlide ( ) : void
return void

GoToSlide() public method

public GoToSlide ( int slideIndex ) : void
slideIndex int
return void

InitLighting() public method

public InitLighting ( ) : void
return void

NarrowSpotlight() public method

public NarrowSpotlight ( bool narrow ) : void
narrow bool
return void

PresentationViewController() public method

public PresentationViewController ( string path ) : System
path string
return System

RiseMainLight() public method

public RiseMainLight ( bool rise ) : void
rise bool
return void

ShowsNewInSceneKitBadge() public method

public ShowsNewInSceneKitBadge ( bool showsBadge ) : void
showsBadge bool
return void

UpdateLightingWithIntensities() public method

public UpdateLightingWithIntensities ( float intensities ) : void
intensities float
return void