C# 클래스 fCraft.MapGeneration.MapGeneratorState

Represents a single-use state object for a particular set of map generator parameters (IMapGeneratorParameters). Provides a synchronous method to carry out generation, asynchronous method to cancel generation, various properties to indicate progress, and an event to report progress changes.
파일 보기 프로젝트 열기: fragmer/fCraft 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Generate Map

공개 메소드들

메소드 설명
CancelAsync ( ) : void

Sigals this task to asynchronously finish executing.

보호된 메소드들

메소드 설명
ReportProgress ( int progressPercent, [ statusString ) : void

비공개 메소드들

메소드 설명
Generate ( ) : Map

메소드 상세

CancelAsync() 공개 메소드

Sigals this task to asynchronously finish executing.
public CancelAsync ( ) : void
리턴 void

ReportProgress() 보호된 메소드

protected ReportProgress ( int progressPercent, [ statusString ) : void
progressPercent int
statusString [
리턴 void