C# 클래스 GameCommon.ProgressBar

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

공개 메소드들

메소드 설명
DrawProgress ( int percentage ) : void
DrawProgress ( int percentage, char progressBarCharacter, ConsoleColor color ) : void
ProgressBar ( ) : System

비공개 메소드들

메소드 설명
OnTick ( object state ) : void
Start ( ) : void
Stop ( ) : void

메소드 상세

DrawProgress() 공개 정적인 메소드

public static DrawProgress ( int percentage ) : void
percentage int
리턴 void

DrawProgress() 공개 정적인 메소드

public static DrawProgress ( int percentage, char progressBarCharacter, ConsoleColor color ) : void
percentage int
progressBarCharacter char
color ConsoleColor
리턴 void

ProgressBar() 공개 메소드

public ProgressBar ( ) : System
리턴 System