Click or drag to resize

Grid3DTGet Method

Gets 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 T Get(
	int x,
	int y,
	int z
)
Request Example View Source

Parameters

x
Type: SystemInt32

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

y
Type: SystemInt32

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

z
Type: SystemInt32

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

Return Value

Type: T
The cell contents.
See Also