C# Class fCraft.Drawing.RainbowBrush

Inheritance: IBrushFactory, IBrush, IBrushInstance
Afficher le fichier Open project: GlennMR/800craft

Méthodes publiques

Свойство Type Description
Instance RainbowBrush

Private Properties

Свойство Type Description
RainbowBrush System

Méthodes publiques

Méthode Description
Begin ( [ player, [ state ) : bool
End ( ) : void
MakeBrush ( Player player, Command cmd ) : IBrush
MakeInstance ( Player player, Command cmd, DrawOperation state ) : IBrushInstance
NextBlock ( [ state ) : Block

Private Methods

Méthode Description
RainbowBrush ( ) : System

Method Details

Begin() public méthode

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

End() public méthode

public End ( ) : void
Résultat void

MakeBrush() public méthode

public MakeBrush ( Player player, Command cmd ) : IBrush
player Player
cmd Command
Résultat IBrush

MakeInstance() public méthode

public MakeInstance ( Player player, Command cmd, DrawOperation state ) : IBrushInstance
player Player
cmd Command
state DrawOperation
Résultat IBrushInstance

NextBlock() public méthode

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

Property Details

Instance public_oe static_oe property

public static RainbowBrush,fCraft.Drawing Instance
Résultat RainbowBrush