Class VoxelGridInstantiatorVisitor
Inheritance
System.Object
VoxelGridInstantiatorVisitor
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: CarbideFunction.Wildtile
Syntax
public class VoxelGridInstantiatorVisitor : IVoxelGridVisitor
Fields
grid
Declaration
public IVoxelGrid grid
Field Value
Type | Description |
---|---|
IVoxelGrid |
Methods
VisitIrregularVoxelGrid(IrregularVoxelGrid)
Declaration
public void VisitIrregularVoxelGrid(IrregularVoxelGrid originalGrid)
Parameters
Type | Name | Description |
---|---|---|
IrregularVoxelGrid | originalGrid |
VisitRectangularVoxelGrid(VoxelGrid)
Declaration
public void VisitRectangularVoxelGrid(VoxelGrid originalGrid)
Parameters
Type | Name | Description |
---|---|---|
VoxelGrid | originalGrid |