Click or drag to resize

Bin2DTItem Property

Gets an IEnumerableT for the items in the given cell.

Namespace:  Archon.SwissArmyLib.Partitioning
Assembly:  Archon.SwissArmyLib (in Archon.SwissArmyLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public IEnumerable<T> this[
	int x,
	int y
] { get; }
Request Example View Source

Parameters

x
Type: SystemInt32
The x coordinate of the cell.
y
Type: SystemInt32
The y coordinate of the cell.

Return Value

Type: IEnumerableT
See Also