C# 클래스 TurtleGraphics.ViewModels.Commander

コマンド発行クラス。 C# スクリプトのglobalsとして渡して、スクリプトからコマンドを発行するのに使う。
파일 보기 프로젝트 열기: ufcpp/UfcppSample 1 사용 예제들

공개 메소드들

메소드 설명
Commander ( ConcurrentQueue queue ) : System.Collections.Concurrent
clear ( ) : void
speed ( double speedDotPerSecond ) : void
turn ( double angle ) : void
walk ( double distance ) : void

메소드 상세

Commander() 공개 메소드

public Commander ( ConcurrentQueue queue ) : System.Collections.Concurrent
queue ConcurrentQueue
리턴 System.Collections.Concurrent

clear() 공개 메소드

public clear ( ) : void
리턴 void

speed() 공개 메소드

public speed ( double speedDotPerSecond ) : void
speedDotPerSecond double
리턴 void

turn() 공개 메소드

public turn ( double angle ) : void
angle double
리턴 void

walk() 공개 메소드

public walk ( double distance ) : void
distance double
리턴 void