C# 클래스 TinBot.Operations.Commands

파일 보기 프로젝트 열기: marcodiniz/TinBot 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

Commands() 공개 메소드

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
리턴 System

ExecuteAction() 공개 메소드

public ExecuteAction ( TinBotAction action ) : Task
action TinBot.Portable.TinBotAction
리턴 Task

Speak() 공개 메소드

public Speak ( string text ) : Task
text string
리턴 Task