C# Class Verses.iOS.Tour

Afficher le fichier Open project: pierceboggan/Verses

Méthodes publiques

Méthode Description
EndTour ( ) : void
GetTourEnabled ( ) : bool
ResetTour ( ) : void
SetTourEnabled ( bool enabled ) : void
SetupTour ( ) : void
StepCompleted ( int stepCompleted ) : void

Private Methods

Méthode Description
Tour ( ) : System

Method Details

EndTour() public méthode

public EndTour ( ) : void
Résultat void

GetTourEnabled() public méthode

public GetTourEnabled ( ) : bool
Résultat bool

ResetTour() public méthode

public ResetTour ( ) : void
Résultat void

SetTourEnabled() public méthode

public SetTourEnabled ( bool enabled ) : void
enabled bool
Résultat void

SetupTour() public méthode

public SetupTour ( ) : void
Résultat void

StepCompleted() public méthode

public StepCompleted ( int stepCompleted ) : void
stepCompleted int
Résultat void