C# 클래스 fCraft.Drawing.ReplaceBrushBrush

상속: IBrushInstance, IBrush
파일 보기 프로젝트 열기: fragmer/fCraft 1 사용 예제들

공개 메소드들

메소드 설명
Begin ( Player player, DrawOperation op ) : bool
Begin ( [ player, [ op ) : bool
Clone ( ) : IBrush
End ( ) : void
NextBlock ( DrawOperation op ) : Block
NextBlock ( [ op ) : Block
ReplaceBrushBrush ( Block block, [ replacement ) : System
ReplaceBrushBrush ( [ other ) : System

비공개 메소드들

메소드 설명
MakeInstance ( Player player, CommandReader cmd, DrawOperation op ) : IBrushInstance
MakeInstance ( [ player, [ cmd, [ op ) : IBrushInstance

메소드 상세

Begin() 공개 메소드

public Begin ( Player player, DrawOperation op ) : bool
player Player
op DrawOperation
리턴 bool

Begin() 공개 메소드

public Begin ( [ player, [ op ) : bool
player [
op [
리턴 bool

Clone() 공개 메소드

public Clone ( ) : IBrush
리턴 IBrush

End() 공개 메소드

public End ( ) : void
리턴 void

NextBlock() 공개 메소드

public NextBlock ( DrawOperation op ) : Block
op DrawOperation
리턴 Block

NextBlock() 공개 메소드

public NextBlock ( [ op ) : Block
op [
리턴 Block

ReplaceBrushBrush() 공개 메소드

public ReplaceBrushBrush ( Block block, [ replacement ) : System
block Block
replacement [
리턴 System

ReplaceBrushBrush() 공개 메소드

public ReplaceBrushBrush ( [ other ) : System
other [
리턴 System