Interface ISpatialTuple<T>
Interface specifying return type for item-location pairs in spatial maps.
Namespace: GoRogue
Assembly: GoRogue.dll
Syntax
public interface ISpatialTuple<T>
Type Parameters
Name | Description |
---|---|
T | Type of the item associated with locations. |
Properties
| Improve this Doc View SourceItem
The item associated with this pair.
Declaration
T Item { get; }
Property Value
Type | Description |
---|---|
T |
Position
The position associated with this pair.
Declaration
Coord Position { get; }
Property Value
Type | Description |
---|---|
Coord |