C# Class fCraft.Drawing.CheckeredBrush

Inheritance: IBrushInstance, IBrush
Afficher le fichier Open project: fragmer/fCraft Class Usage Examples

Méthodes publiques

Méthode Description
Begin ( Player player, DrawOperation state ) : bool
Begin ( [ player, [ state ) : bool
CheckeredBrush ( Block block1, Block block2 ) : System

Initializes a new instance of CheckeredBrush.

CheckeredBrush ( [ other ) : System
Clone ( ) : IBrush
End ( ) : void
MakeInstance ( Player player, CommandReader cmd, DrawOperation op ) : IBrushInstance
NextBlock ( DrawOperation state ) : Block
NextBlock ( [ state ) : Block

Private Methods

Méthode Description
MakeInstance ( [ player, [ cmd, [ op ) : IBrushInstance

Method Details

Begin() public méthode

public Begin ( Player player, DrawOperation state ) : bool
player Player
state DrawOperation
Résultat bool

Begin() public méthode

public Begin ( [ player, [ state ) : bool
player [
state [
Résultat bool

CheckeredBrush() public méthode

Initializes a new instance of CheckeredBrush.
public CheckeredBrush ( Block block1, Block block2 ) : System
block1 Block
block2 Block
Résultat System

CheckeredBrush() public méthode

public CheckeredBrush ( [ other ) : System
other [
Résultat System

Clone() public méthode

public Clone ( ) : IBrush
Résultat IBrush

End() public méthode

public End ( ) : void
Résultat void

MakeInstance() public méthode

public MakeInstance ( Player player, CommandReader cmd, DrawOperation op ) : IBrushInstance
player Player
cmd CommandReader
op DrawOperation
Résultat IBrushInstance

NextBlock() public méthode

public NextBlock ( DrawOperation state ) : Block
state DrawOperation
Résultat Block

NextBlock() public méthode

public NextBlock ( [ state ) : Block
state [
Résultat Block