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

Provides the next Block type for the given DrawOperation.

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

Syntax

   
 C# 
Block NextBlock(
	DrawOperation op
)

Parameters

op
DrawOperation

[Missing <param name="op"/> documentation for "M:fCraft.Drawing.IBrushInstance.NextBlock(fCraft.Drawing.DrawOperation)"]

Return Value

Block type to place, or Block.Undefined to skip.

See Also