Interface IVoxelGridVisitor
Namespace: CarbideFunction.Wildtile
Syntax
public interface IVoxelGridVisitor
Methods
VisitIrregularVoxelGrid(IrregularVoxelGrid)
Declaration
void VisitIrregularVoxelGrid(IrregularVoxelGrid grid)
Parameters
| Type | Name | Description |
|---|---|---|
| IrregularVoxelGrid | grid |
VisitRectangularVoxelGrid(VoxelGrid)
Declaration
void VisitRectangularVoxelGrid(VoxelGrid grid)
Parameters
| Type | Name | Description |
|---|---|---|
| VoxelGrid | grid |