Click or drag to resize

Grid3DTFill Method

Fills everything in the specified cube to the given value.

Namespace:  Archon.SwissArmyLib.Collections
Assembly:  Archon.SwissArmyLib (in Archon.SwissArmyLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void Fill(
	T value,
	int minX,
	int minY,
	int minZ,
	int maxX,
	int maxY,
	int maxZ
)
Request Example View Source

Parameters

value
Type: T
The value to fill the cells with.
minX
Type: SystemInt32
Bottom left front corner's x value.
minY
Type: SystemInt32
Bottom left front corner's y value.
minZ
Type: SystemInt32
Bottom left front corner's z value.
maxX
Type: SystemInt32
Upper right back corner's x value.
maxY
Type: SystemInt32
Upper right back corner's y value.
maxZ
Type: SystemInt32
Upper right back corner's z value.
See Also