Table of Contents

Interface IBlocker

Namespace
GridForge.Blockers
Assembly
GridForge.dll

Defines the interface for a grid blocker, allowing custom implementations.

public interface IBlocker

Methods

ApplyBlockage()

Called to initialize the blocker and apply obstacles to the grid.

void ApplyBlockage()

RemoveBlockage()

Called to remove the blockage from the grid when necessary.

void RemoveBlockage()