C# 클래스 fCraft.Drawing.Fill3DDrawOperation

Draw operation that performs a 2D flood fill. Uses player's position to determine plane of filling.
상속: DrawOperation
파일 보기 프로젝트 열기: fragmer/fCraft 1 사용 예제들

공개 메소드들

메소드 설명
Begin ( ) : bool
DrawBatch ( int maxBlocksToDraw ) : int
Fill3DDrawOperation ( Player player ) : System
Prepare ( Vector3I marks ) : bool

비공개 메소드들

메소드 설명
BlockEnumerator ( ) : IEnumerable
CanPlace ( Vector3I coords ) : bool

메소드 상세

Begin() 공개 메소드

public Begin ( ) : bool
리턴 bool

DrawBatch() 공개 메소드

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

Fill3DDrawOperation() 공개 메소드

public Fill3DDrawOperation ( Player player ) : System
player Player
리턴 System

Prepare() 공개 메소드

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