C# 클래스 cleanLayer.Library.FSM.Engine

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

공개 프로퍼티들

프로퍼티 타입 설명
StateText string

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
DelayNextPulse ( int milliseconds ) : void
Engine ( int timeBetweenPulses = 333 ) : System
LoadStates ( List states ) : void
Pulse ( ) : bool
Start ( ) : void
Stop ( ) : void

메소드 상세

DelayNextPulse() 공개 메소드

public DelayNextPulse ( int milliseconds ) : void
milliseconds int
리턴 void

Engine() 공개 메소드

public Engine ( int timeBetweenPulses = 333 ) : System
timeBetweenPulses int
리턴 System

LoadStates() 공개 메소드

public LoadStates ( List states ) : void
states List
리턴 void

Pulse() 공개 메소드

public Pulse ( ) : bool
리턴 bool

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

프로퍼티 상세

StateText 공개적으로 프로퍼티

public string StateText
리턴 string