C# Class TinBot.Operations.Commands

Afficher le fichier Open project: marcodiniz/TinBot Class Usage Examples

Méthodes publiques

Méthode Description
Commands ( MediaElement mediaElement, Body body, Ear ear, int>.Dictionary facesPauseTime, Storyboard>.Dictionary faces, int>.Dictionary toggles ) : System
ExecuteAction ( TinBotAction action ) : Task
Speak ( string text ) : Task

Private Methods

Méthode Description
ExecuteToggle ( ToggleAction action ) : Task
MediaElementOnMarkerReached ( object sender, TimelineMarkerRoutedEventArgs e ) : void
Move ( MovementAcion moveAction ) : Task
PlayAndPause ( Storyboard sb ) : void
PlayNext ( object sender = null, object o = null ) : void
ProcessActionsQueue ( ) : void
SetupStandByBehaviors ( ) : void

Method Details

Commands() public méthode

public Commands ( MediaElement mediaElement, Body body, Ear ear, int>.Dictionary facesPauseTime, Storyboard>.Dictionary faces, int>.Dictionary toggles ) : System
mediaElement Windows.UI.Xaml.Controls.MediaElement
body Body
ear Ear
facesPauseTime int>.Dictionary
faces Storyboard>.Dictionary
toggles int>.Dictionary
Résultat System

ExecuteAction() public méthode

public ExecuteAction ( TinBotAction action ) : Task
action TinBot.Portable.TinBotAction
Résultat Task

Speak() public méthode

public Speak ( string text ) : Task
text string
Résultat Task