C# 클래스 fCraft.Drawing.PasteDrawOperation

상속: DrawOpWithBrush
파일 보기 프로젝트 열기: GlennMR/800craft 1 사용 예제들

공개 메소드들

메소드 설명
DrawBatch ( int maxBlocksToDraw ) : int
PasteDrawOperation ( Player player, bool not ) : System
Prepare ( Vector3I marks ) : bool
ReadParams ( Command cmd ) : bool

보호된 메소드들

메소드 설명
NextBlock ( ) : Block

메소드 상세

DrawBatch() 공개 메소드

public DrawBatch ( int maxBlocksToDraw ) : int
maxBlocksToDraw int
리턴 int

NextBlock() 보호된 메소드

protected NextBlock ( ) : Block
리턴 Block

PasteDrawOperation() 공개 메소드

public PasteDrawOperation ( Player player, bool not ) : System
player Player
not bool
리턴 System

Prepare() 공개 메소드

public Prepare ( Vector3I marks ) : bool
marks Vector3I
리턴 bool

ReadParams() 공개 메소드

public ReadParams ( Command cmd ) : bool
cmd Command
리턴 bool