Click or drag to resize

Grid3DTItem Property

Gets or 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 T this[
	int x,
	int y,
	int z
] { get; set; }
Request Example View Source

Parameters

x
Type: SystemInt32
y
Type: SystemInt32
z
Type: SystemInt32

Return Value

Type: T
The contents of the cell.
See Also