[This is preliminary documentation and is subject to change.]

Brush used to determine which blocks to place. Must be assigned before DrawOperation.Prepare() is called.

Namespace: fCraft.Drawing
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.5 (0.6.3.5)

Syntax

   
 C# 
[NotNullAttribute]
public IBrushInstance Brush { get; set; }

See Also