Click or drag to resize

Grid3DTSet Method

Sets the value of the cell located at the specified coordinate.

Namespace:  Archon.SwissArmyLib.Collections
Assembly:  Archon.SwissArmyLib (in Archon.SwissArmyLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void Set(
	int x,
	int y,
	int z,
	T value
)
Request Example View Source

Parameters

x
Type: SystemInt32

[Missing <param name="x"/> documentation for "M:Archon.SwissArmyLib.Collections.Grid3D`1.Set(System.Int32,System.Int32,System.Int32,`0)"]

y
Type: SystemInt32

[Missing <param name="y"/> documentation for "M:Archon.SwissArmyLib.Collections.Grid3D`1.Set(System.Int32,System.Int32,System.Int32,`0)"]

z
Type: SystemInt32

[Missing <param name="z"/> documentation for "M:Archon.SwissArmyLib.Collections.Grid3D`1.Set(System.Int32,System.Int32,System.Int32,`0)"]

value
Type: T
The value to set the cell to.
See Also