C# Class SceneKitSessionWWDC2013.PresentationViewController

Inheritance: NSViewController
Afficher le fichier Open project: xamarin/mac-samples Class Usage Examples

Private Properties

Свойство Type Description
DidOrderInSlide void
GetLightHueForSlide float
GetLightSaturationForSlide float
GetSlide Slide
GoToSlideStep void
PrepareSlide void
UpdateFloorImage void
UpdateLightingForSlide void
WillOrderOutSlide void

Méthodes publiques

Méthode 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

Méthode 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 méthode

public ClassOfSlide ( int slideIndex ) : Type
slideIndex int
Résultat System.Type

EnableShadows() public méthode

public EnableShadows ( bool castsShadows ) : void
castsShadows bool
Résultat void

GoToNextSlideStep() public méthode

public GoToNextSlideStep ( ) : void
Résultat void

GoToPreviousSlide() public méthode

public GoToPreviousSlide ( ) : void
Résultat void

GoToSlide() public méthode

public GoToSlide ( int slideIndex ) : void
slideIndex int
Résultat void

InitLighting() public méthode

public InitLighting ( ) : void
Résultat void

NarrowSpotlight() public méthode

public NarrowSpotlight ( bool narrow ) : void
narrow bool
Résultat void

PresentationViewController() public méthode

public PresentationViewController ( string path ) : System
path string
Résultat System

RiseMainLight() public méthode

public RiseMainLight ( bool rise ) : void
rise bool
Résultat void

ShowsNewInSceneKitBadge() public méthode

public ShowsNewInSceneKitBadge ( bool showsBadge ) : void
showsBadge bool
Résultat void

UpdateLightingWithIntensities() public méthode

public UpdateLightingWithIntensities ( float intensities ) : void
intensities float
Résultat void